J
Jack
Would someone be able to tell me how to select a range on
a specific page in a word document. For example I am using
one of the following to select text from a word document:
1) Set Vendorname = ActiveDocument.Range(Start:=108,
End:=149)
2) Set VendorLine1 = appWrd.ActiveDocument.Range
(Start:=205, End:=206)
VendorLine1.End = VendorLine1.Paragraphs(1).Range.End
VendorLine1.MoveEnd Unit:=wdCharacter, Count:=-1
However, I am not able to select this on anything but the
first page. How can I use VBA to say I want this from
another page?
Thanks!!
a specific page in a word document. For example I am using
one of the following to select text from a word document:
1) Set Vendorname = ActiveDocument.Range(Start:=108,
End:=149)
2) Set VendorLine1 = appWrd.ActiveDocument.Range
(Start:=205, End:=206)
VendorLine1.End = VendorLine1.Paragraphs(1).Range.End
VendorLine1.MoveEnd Unit:=wdCharacter, Count:=-1
However, I am not able to select this on anything but the
first page. How can I use VBA to say I want this from
another page?
Thanks!!