LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 417
Default Msgbox Help

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MsgBox bumper338 Excel Discussion (Misc queries) 1 December 22nd 06 11:32 PM
msgbox ceemo[_40_] Excel Programming 3 October 29th 05 07:20 PM
msgbox Kjeldc Excel Programming 2 August 29th 05 09:54 PM
First MsgBox. Need help RAP Excel Programming 3 August 3rd 05 09:13 PM
MsgBox Dave Peterson[_3_] Excel Programming 0 July 23rd 03 02:11 AM


All times are GMT +1. The time now is 08:24 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"