Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Mr. Walkenbach's books state that he uses msgbox to display the value o
variables; but, he doesn't give any examples. Can anyone give me quick procedure that displays a msgbox with the value of a variable? Thanks, Bruc -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
MsgBox "Var1: value is " & Var1 & vbcrlf & _
"Var2: value is " & Var2, vbInformation -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "BruceAtkinson " wrote in message ... Mr. Walkenbach's books state that he uses msgbox to display the value of variables; but, he doesn't give any examples. Can anyone give me a quick procedure that displays a msgbox with the value of a variable? Thanks, Bruce --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to display remaining txt file which overflowed MsgBox display? | Excel Discussion (Misc queries) | |||
display cell value in msgbox formatted as % | Excel Discussion (Misc queries) | |||
Display MsgBox thru automation | Excel Programming | |||
DISPLAY RANGE AT MSGBOX | Excel Programming | |||
Specify font for MsgBox display? | Excel Programming |