Posted to microsoft.public.excel.programming
|
|
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/
.
|