View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jean-Paul Viel Jean-Paul Viel is offline
external usenet poster
 
Posts: 39
Default Code to make a New line in a message

Hi



vbCrLf or Chr(10) & Chr(13)




--
JP

http://www.solutionsvba.com


"John Parham" wrote in message
...
i am writing code for a message box to pop up at certain errors in the

users
interaction but the message is quite long and I want to break it down onto

2
or 3 lines. I know it is some thing like

&nb??&. can you help please