Thread
:
lining up columns in messagebox
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett[_4_]
external usenet poster
Posts: 2,337
lining up columns in messagebox
try
Sub messageboxv()
MsgBox "hi there" & vbCr & "second line"
End Sub
--
Don Guillett
SalesAid Software
"RB Smissaert" wrote in message
...
Does anybody have a (nearly) foolproof method to line up
columns in a message box?
I know this can be done with vbTab and maybe padding the
strings, but I haven't got a method that always does this job.
I know I could do it with a form, but I prefer the simple
message box.
Thanks for any advice.
RBS
Reply With Quote
Don Guillett[_4_]
View Public Profile
Find all posts by Don Guillett[_4_]