C
caz
Hi people,
I am creating a text editor in Word using VBA. I am having trouble with
a couple of aspects of VBA that I cannot find on the internet. My
questions are:-
1. Does anyone know how to type text into the document and it get
copied into a textbox, i can do tis with two textboxes by doing the
command below but cannot get it working with the document.
TextBox1.Text = TextBox2.Text
2. I have looked all over the internet but cannot find out how to make
double line spacing in a textbox in word, i set via word using
format>paragraphs, but it just doesnt affect the textbox.
Thanks for any help.
caz
I am creating a text editor in Word using VBA. I am having trouble with
a couple of aspects of VBA that I cannot find on the internet. My
questions are:-
1. Does anyone know how to type text into the document and it get
copied into a textbox, i can do tis with two textboxes by doing the
command below but cannot get it working with the document.
TextBox1.Text = TextBox2.Text
2. I have looked all over the internet but cannot find out how to make
double line spacing in a textbox in word, i set via word using
format>paragraphs, but it just doesnt affect the textbox.
Thanks for any help.
caz