Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Correction:
The final example probably should have been: Dim MsgResult As VbMsgBoxResult MsgResult = MsgBox("Hello world!", _ vbInformation + vbOKOnly, _ "Test Message") .... as the MsgBox function returns an enum type of result (which can be several values). -- Regards, Bill Renaud |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MsgBox | Excel Discussion (Misc queries) | |||
msgbox | Excel Programming | |||
msgbox | Excel Programming | |||
First MsgBox. Need help | Excel Programming | |||
MsgBox | Excel Programming |