Thread
:
MsgBox Justification
View Single Post
#
5
Posted to microsoft.public.excel.programming
Shatin
external usenet poster
Posts: 54
MsgBox Justification
or MsgBox Space(40) & "Hello"
Oops, just tried it and it would in fact make the text string right
justified. Should be something like:
MsgBox Space(20) & "Hello" & Space(20)
Reply With Quote
Shatin
View Public Profile
Find all posts by Shatin