Thread: MsgBox Title
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Numan[_6_] Numan[_6_] is offline
external usenet poster
 
Posts: 1
Default MsgBox Title

Hi Jack,

As I think others have posted, the answer is this ( I am using a
example to highlight the message then the vb button and finally th
message box title):

response = msgbox ("Do you wish to continue", vbYesNo, "Continu
warning")

The commas are really important so remember to include them (which wa
my first mistake!!)

Hope that it helps

Numa

--
Message posted from http://www.ExcelForum.com