Thread: Msg Box
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Msg Box

Phil,

Try something like

MsgBox "Hello World", vbOKOnly, "Your Title Here"


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Phil Perry" wrote in message
...
Is there a way to put your own heading on a message
box instead of "Microsoft Excel". Thank you