Microsoft Word Issue
Microsoft Word Issue
- Subject: Microsoft Word Issue
- From: Andrew Duncan <email@hidden>
- Date: Tue, 17 Apr 2001 17:22:04 +1000
I've created a basic AppleScript as follows:
---
tell application "Microsoft Word"
activate
set contents of second word of line 10 of document index 1 to "apple"
end tell
----
This works perfectly when the MS Word 98 document has no table in the
document. As soon as I insert a table above the line where the text is to be
replaced it fails - it seems the presence of the table breaks the script.
Does anybody know a way around this brick wall that I have hit or any good
MS Word scripting resources and/or scripters?
Many thanks in advance,
Andrew