Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, all.
I would like a linefeed on a msgbox. I know you can use a vba constant vbCr but where do I put it? msgbox "hi, how are you? " vbCr "I'm fine, thank you." resulted in an error. any help is much appreciated. greets, sybolt |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Am Thu, 29 Nov 2012 00:24:26 -0800 (PST) schrieb : I would like a linefeed on a msgbox. I know you can use a vba constant vbCr but where do I put it? msgbox "hi, how are you? " vbCr "I'm fine, thank you." resulted in an error. try: MsgBox "hi, how are you? " & vbCr _ & "I'm fine, thank you." Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Claus,
Thanks a lot. The ampersands did the job. Great. Sybolt |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to ignore embedded linefeed in CSV quoted text fields? | Excel Programming | |||
Linefeed Character | Excel Worksheet Functions | |||
Adding comment text - linefeed visible - why? | Excel Programming | |||
Linefeed character creates runtime error in Sweden | Excel Programming | |||
help with Msgbox | Excel Programming |