I'm using MS Word to generate reports. Currently I'm using:
oWord.Selection.TypeText "My text...." to diplay information, but i've heard that using ranges are quicker.
How do I do this?? I've been told:
MyRange.InsertAfter "My Text...." but I don't have the property MyRange?
Thanks,
Jonathan (PS i'm using word 97)
oWord.Selection.TypeText "My text...." to diplay information, but i've heard that using ranges are quicker.
How do I do this?? I've been told:
MyRange.InsertAfter "My Text...." but I don't have the property MyRange?
Thanks,
Jonathan (PS i'm using word 97)