Message Box

L

Libby

Hi

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


Thanks in advance
Libby
 
R

Rob van Gelder

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
 
Top