Is there a way to make a line break in an input box like you would i C++ like \n
N Nikkih Apr 29, 2004 #1 Is there a way to make a line break in an input box like you would i C++ like \n
J John Apr 30, 2004 #2 Yes, try this: InputBox "Test" & vbCrLf & "Test2" www.spreadsheetsolutions.com