Hi Everybody,
I wonder if I can manage a multi-line strPrompt (perhaps even formatted?)in a message box? Something along the way of:
Attention
The Power has been turned off
Many thanks,
Paul
Printable View
Hi Everybody,
I wonder if I can manage a multi-line strPrompt (perhaps even formatted?)in a message box? Something along the way of:
Attention
The Power has been turned off
Many thanks,
Paul
Just use "Attention" & vbcrlf & "The Po..." to add in line breaks?
Thanks DayJo
Fits perfectly
Paul