Thread
: [Solved]
move cursor
View Single Post
07-05-2015, 03:19 PM
macropod
Windows 7 64bit
Office 2010 32bit
Administrator
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,343
You could use code like:
Code:
Dim Rng As Range Set Rng = ActiveDocument.ActiveWindow.Panes(1).Pages(1).Rectangles(2).Range
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
macropod
View Public Profile
Find all posts by macropod