How to get entry index of footnote in Word 2004?
How to get entry index of footnote in Word 2004?
- Subject: How to get entry index of footnote in Word 2004?
- From: Conor McDonough <email@hidden>
- Date: Thu, 29 Nov 2007 15:53:36 -0500
I am trying to figure out how to use the "entry index" property of the footnote class in MS Word 2004. In testing out scripts, I thought that the following would work:
tell application "Microsoft Word" make new footnote at end of active document set content of text object of footnote 1 of active document to "this is the footnote text" set footIndex to item 1 of footnote entry index end tell
Although it inserts footnotes, there is no indication that it returns the entry index of the current footnote. I am curious what I am doing wrong. |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden