S
SUNIL PATEL
I new MS Word VBA.
I am writing an application in MS ACCESS VBA. In one case
I want to send information (string data) what I read from
tables to MS Word Document. I manage to learn how to open
word document from MS ACCESS VBA. But still I could not
find command how to type each line in MS Word document
using VBA from MS ACCESS. I have MS WORD object library
available in my code. Only thing I want to know what
command I have to use to type a string programmatically in
MS Word. For example if have a mystring = "HAVE A NICE
DAY". I want to open word document and type mystring into
opened word document.
I will appreciate you in advance for all your help to make
my code work
Thanks
Sunil Patel
I am writing an application in MS ACCESS VBA. In one case
I want to send information (string data) what I read from
tables to MS Word Document. I manage to learn how to open
word document from MS ACCESS VBA. But still I could not
find command how to type each line in MS Word document
using VBA from MS ACCESS. I have MS WORD object library
available in my code. Only thing I want to know what
command I have to use to type a string programmatically in
MS Word. For example if have a mystring = "HAVE A NICE
DAY". I want to open word document and type mystring into
opened word document.
I will appreciate you in advance for all your help to make
my code work
Thanks
Sunil Patel