G
Guest
I want an InputBox and MsgBox to display several lines on text and want to be
able to hit carriage-return so that the text reads like a paragraph.
I have the following :-
Title = "Please Enter Password to LOCK ALL the sheets"
MSG1 = ("Enter Password and Select OK")
resp1 = InputBox(MSG1, Title)
How could I format the above to say have a carriage return after "Enter
Password"?
able to hit carriage-return so that the text reads like a paragraph.
I have the following :-
Title = "Please Enter Password to LOCK ALL the sheets"
MSG1 = ("Enter Password and Select OK")
resp1 = InputBox(MSG1, Title)
How could I format the above to say have a carriage return after "Enter
Password"?