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
 
Back
Top