Thread: MsgBox2
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jack S. Jack S. is offline
external usenet poster
 
Posts: 4
Default MsgBox2

Thanks for the responses I receieved from Chip & Alex.
However, I can not get either response to change the
title from Excel to my title. I have;

MsgBox "Text 1", vbOKOnly, "Title" & Chr(10) & Chr(10) & _
"Text2" & Chr(10) & _
"Text3" & Chr(10) & _
"Text4", vbCritical

Anyother ideas?

Thanks