Re: Word scripting?
Re: Word scripting?
- Subject: Re: Word scripting?
- From: John Delacour <email@hidden>
- Date: Sun, 23 Mar 2003 22:21:10 +0000
- Mac-eudora-version: 6.0a13
At 4:29 pm -0500 23/3/03, Dave Groover wrote:
I am not finding how to move the insertion point, as a cursor only,
to the point where I want to start my typing of the letter. Can
someone suggest the correct phrase for this?
tell application "Microsoft Word"
make document
tell the front document
make line at it with data "abcdef"
set justification of first line to right
select insertion point after character 3
set selection to "*****"
select insertion point after last character
end tell
end tell
JD
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.