Re: Setting insertion point in MS Word
Re: Setting insertion point in MS Word
- Subject: Re: Setting insertion point in MS Word
- From: Frank Watzl <email@hidden>
- Date: Fri, 2 Nov 2001 17:10:32 +0100
Does anyone know how to tell MS Word to set the insertion point to the end
of a document's content?
tell application "Microsoft Word"
set selection to insertion point -1 of document 1
end tell
--
Frank Watzl