Re: Scripting MS Word without VBA?
Re: Scripting MS Word without VBA?
- Subject: Re: Scripting MS Word without VBA?
- From: Michael Terry <email@hidden>
- Date: Fri, 28 Feb 2003 00:38:29 -0800
On 2/26/03 8:46 PM, "Michael Grant" <email@hidden> wrote:
>
That's exactly what I was trying to do, and I ended up not being able to
>
either set or get anything at all on a new document. :-(
Try:
set contents of the selection to str
and if that doesn't work then make sure to:
set str to (str as record)'s <<class ktxt>>
first, because Word doesn't like "international text" very much.
Mike
_______________________________________________
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.