Thread: Error Box
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Kevin Smith[_2_] Kevin Smith[_2_] is offline
external usenet poster
 
Posts: 47
Default Error Box

Hello,

i use vbcr like..

MsgBox "First Line" & vbCr & _
"Second Line" & vbCr & _
"Third Line ", vbInformation, "Error"
--
Kevin Smith :o)


"Gazz_85" wrote:

I have an error box with quite a long error message. How in the code would i
get it to split the message up and stick it on other lines in order to
squeeze the box down??

Cheers