C
Clinton M James
Hey guys,
Need help, if it is possible.
What I want to do is have an inputbox that is more than one line so somebody
can copy and paste several lines of text from another application to a
document.
I understand the normal way is to do x = inputbox("Please enter your text
here") but is there a variant that will allow it to come up with a bigger
box for several lines of input?
Also I made a macro to find commas, and when it found one it would treat it
as a new line when displaying an address. I used Chr(10) to create the new
lines, except in my document it does not put a new line, rather a box and
keeps all text on the on line. Is there a way to fix this?
Thank you so much in advance if help is possible.
Need help, if it is possible.
What I want to do is have an inputbox that is more than one line so somebody
can copy and paste several lines of text from another application to a
document.
I understand the normal way is to do x = inputbox("Please enter your text
here") but is there a variant that will allow it to come up with a bigger
box for several lines of input?
Also I made a macro to find commas, and when it found one it would treat it
as a new line when displaying an address. I used Chr(10) to create the new
lines, except in my document it does not put a new line, rather a box and
keeps all text on the on line. Is there a way to fix this?
Thank you so much in advance if help is possible.