J
Jack Dignan
Upon switching into Reading Layout view in Word 2003, the cursor (i.e.
current insertion point) is not visible. Because Word is in this state, i.e.
the insertion point is not active, many menu commands are disabled, such as
Insert | Field. None of the other views behave this way; the insertion point
is always visible upon entering another view.
In Reading Layout view, clicking in the gray area around the page will
activate (i.e. show) the cursor at the current insertion point, as will
doing Edit | Paste; possibly other commands will activate the cursor as
well.
How can you activate the cursor at its current position in Reading Layout
view from a VBA macro? I have a macro that inserts a field via
Selection.Fields.Add, but it fails if the user is in Reading Layout view and
hasn't yet clicked somewhere in the document or window.
Thanks,
Jack
current insertion point) is not visible. Because Word is in this state, i.e.
the insertion point is not active, many menu commands are disabled, such as
Insert | Field. None of the other views behave this way; the insertion point
is always visible upon entering another view.
In Reading Layout view, clicking in the gray area around the page will
activate (i.e. show) the cursor at the current insertion point, as will
doing Edit | Paste; possibly other commands will activate the cursor as
well.
How can you activate the cursor at its current position in Reading Layout
view from a VBA macro? I have a macro that inserts a field via
Selection.Fields.Add, but it fails if the user is in Reading Layout view and
hasn't yet clicked somewhere in the document or window.
Thanks,
Jack