changing uppercase/lowercase of MS word footnote text...
changing uppercase/lowercase of MS word footnote text...
- Subject: changing uppercase/lowercase of MS word footnote text...
- From: Conor McDonough <email@hidden>
- Date: Sun, 23 Dec 2007 23:00:22 -0500
I am trying to write a script that selects the first character of the text of a footnote in MS Word 2004 and changes it from lowercase to uppercase.
I had tried the following:
------------------------------------------ tell application "Microsoft Word"
set footnoteCount to count of footnotes in active document if footnoteCount > 0 then repeat with i from 1 to footnoteCount set uppercase of first character of content of text object of footnote i to true
end repeat end if
end tell -----------------------------------
This gives me an error. Any ideas what is going 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