View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Excel VBA - MsgBox to display variable value?

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/