S
Steven Scaife
Just wondering if you can help me,
I have a form that fires up word and opens the document that i require. I
want to then place the variable i pass through at a certain line point or
bookmark or whatever it is i would need to use a marker point. Is this
possible, i have a limited knowledge of the object models, but if someone
can give me some pointers that would be cool.
my code is below
Dim objWord As New Word.Application
objWord.Visible = True
objWord.Documents.Open "C:\LOGGING A SUPPORT CALL.DOC"
Set objWord = Nothing
I have a form that fires up word and opens the document that i require. I
want to then place the variable i pass through at a certain line point or
bookmark or whatever it is i would need to use a marker point. Is this
possible, i have a limited knowledge of the object models, but if someone
can give me some pointers that would be cool.
my code is below
Dim objWord As New Word.Application
objWord.Visible = True
objWord.Documents.Open "C:\LOGGING A SUPPORT CALL.DOC"
Set objWord = Nothing