Message Box

  • Thread starter Thread starter Libby
  • Start date Start date
L

Libby

Hi

Can anyone tell me what the following do for messageboxes?
vbApplicationModal
vbMsgBoxRight
vbMsgBoxRtlReading
vbMsgBoxSetForeground


Thanks in advance
Libby
 
Libby,

This is copied from the VBA Help.

vbApplicationModal Application modal message box (default)
VbMsgBoxSetForeground Specifies the message box window as the foreground
window
vbMsgBoxRight Text is right aligned
vbMsgBoxRtlReading Specifies text should appear as right-to-left reading on
Hebrew and Arabic systems

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top