A
Adrian
Hi All,
I wonder if someone could tell me a more reliable and
simple method of getting vba to TypeText to a word 2000
doc.
Currently I am using :=
Selection.Style = ActiveDocument.Styles("MyOwnStyle1)
Selection.TypeText Text:= "Just a test " & MyString
Selection.Style = ActiveDocument.Styles("MyOwnStyle2)
Selection.TypeText Text:= "Just another test " &
MyOtherString
I am getting erratic results.
I would appreciate it if someone could point out the error
of my ways![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Thank you
Adrian
I wonder if someone could tell me a more reliable and
simple method of getting vba to TypeText to a word 2000
doc.
Currently I am using :=
Selection.Style = ActiveDocument.Styles("MyOwnStyle1)
Selection.TypeText Text:= "Just a test " & MyString
Selection.Style = ActiveDocument.Styles("MyOwnStyle2)
Selection.TypeText Text:= "Just another test " &
MyOtherString
I am getting erratic results.
I would appreciate it if someone could point out the error
of my ways
Thank you
Adrian