• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
changing uppercase/lowercase of MS word footnote text...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: changing uppercase/lowercase of MS word footnote text...
      • From: Peter Baxter <email@hidden>
    • Re: changing uppercase/lowercase of MS word footnote text...
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Scripting Print Orientation
  • Next by Date: App's added to Dock or not
  • Previous by thread: Re: Scripting Print Orientation
  • Next by thread: Re: changing uppercase/lowercase of MS word footnote text...
  • Index(es):
    • Date
    • Thread