View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
john john is offline
external usenet poster
 
Posts: 97
Default Imput box - Multiple Lines (\n)

Yes, try this:

InputBox "Test" & vbCrLf & "Test2"

www.spreadsheetsolutions.com

-----Original Message-----
Is there a way to make a line break in an input box like

you would in
C++ like \n?


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

.