How can I edit an Automator action for Word?

I'm running Word 2008 on a Macbook Pro, Mac OS 10.5.
Word comes with a selection of Automator actions, including one to find and replace text in Word. I often want to convert standard numerals to old-style numerals, which are part of the extended glyphs set in fonts I use. Automator will allow me to set up ten find/replace actions (for the numbers 0-9) that successfully replace all the numerals with old-style numerals. But it only does it for the main body of the document, not for the footnotes. I need to be able to do it for all the footnotes.
I thought I might find a workaround by adding an AppleScript to my workflow, which would shift the focus in Word to the footnotes and rerun the find/replace actions. I mapped the menu item View/Footnotes to the keystroke command-) and inserted this AppleScript into the Automator workflow:
tell application "Microsoft Word"
tell application "Microsoft Word" to activate
tell application "System Events"
tell process "Microsoft Word"
keystroke ")" using command down
end tell
end tell
end tell
But the find/replace actions simply repeat what they'd done before, converting the numerals in the main body but not in the footnotes. I then thought that perhaps I should have an AppleScript to do the find/replace itself, once the footnotes have been selected, so I created the following (command-H accesses the find/replace dialog box in Word 2008):
tell application "Microsoft Word"
tell application "Microsoft Word" to activate
tell application "System Events"
tell process "Microsoft Word"
keystroke "H" using command down
keystroke "1"
keystroke tab
keystroke ""
end tell
end tell
end tell
The character after the fourth keystroke command is the glyph for old-style numeral 1. For some reason Word reinterprets this as the letter a. So using AppleScript I can only replace the numerals 1-9 with the letters a-i.
I'm pretty hopeless at even this very basic level of programming, but I presume that there's something in the Automator action 'Find and replace in Word' that specifically tells it not to look anywhere but the footnotes. I also presume it's possible to insert a command to tell it to operate on the footnotes (and headers and footers: everywhere!) too.
Does anyone know a way to edit an Automator action? I'm willing to experiment and fiddle with one until I find a way that works, if nobody knows the exact changes that I'd need to make, but I just don't know how to edit an Automator action in the first place. A bit of googling suggests that I could do it in XCode, and that that is bundled with my Mac, but I don't have it.
This all used to work when Office used to allow VBA (and I was using a horrible Windoze machine). Maybe someone would prefer just to find a way of creating a solution our of the old code, so here's one part of what I used (to change the number 1):
For Each aStory In ActiveDocument.StoryRanges
With aStory.Find
.ClearFormatting
With .Replacement
.ClearFormatting
End With
.Execute FindText:="1", ReplaceWith:=ChrW(63281), _
Format:=True, MatchCase:=True, Replace:=wdReplaceAll
End With
Next aStory
Thanks in advance for any help.

Thanks to all three contributors for their generous help so far. Mac people are lovely.
BDAqua's suggestion wouldn't work, I think, because copying footnote text into another application and then back into Word would lose all the associations between footnote references in the body and the footnotes themselves. I wish I could do what Klaus1 says, but Word 2008 won't allow the creation of Macros any more. They've shut off support for their creation. Nice MS. red_menace's suggestion seems very plausible and I'll look into a way of mapping the old style numerals to specific keystrokes. That might do it.
Reflecting on what you all said, I looked again through Word's help menus and eventually got pointed towards this page of 'help': <http://tinyurl.com/6398l6>. This is completely impenetrable for me, though it does compare a VBA script for Word 2004 to an AppleScript. This encourages me to hope that it should be possible to translate my original VBA script (part of which I included in my first message) into AppleScript, though I don't know how to do it because I don't really understand the language in the first place (the VBA script was put together by someone else).

Similar Messages

  • How can I edit my security questions for my apple id?  I made them so long ago...I can't remember the answers.

    How can I edit my security questions for my apple id?  I made them so long ago...I can't remember the answers.

    You must contact iTunes Store Support for that problem.
    Do that by starting here: http://www.apple.com/support/
    Navigate the pages as follows:
    Under "Contact Us" click the blue "Contact Support" link
    Click the blue "Get Started" button
    Click "More Products & Services"
    Click "Apple ID"
    Click "iTunes Store, App Store or Mac App Store"
    Click "Forgotten Apple ID security questions"
    Click "Continue"
    Choose one of the support options that appear.

  • How can I edit the privacy settings for my daughters Apple ID.

    My daughter has forgotten her privacy settings. She has $80 in credit and would like to use them. How can she edit her privacy settings?

    What do you mean by 'privacy settings' ?
    If you mean the Settings > General > Restrictions passcode on her iPad then was it on the iPad when she last backed up ? If not then she can restore to that backup and it should be removed. If it was on the iPad when she last backed up then the only way to remove it is to reset the iPad back to factory defaults and she can then re-sync your content back to her iPad - she won't be able to restore to the backup as that will keep the code in place.
    If you mean the answers to her security questions, then if she has a rescue email address (which is not the same thing as an alternate email address) on her account then the steps on this page will give you a reset link on her account : http://support.apple.com/kb/HT6170
    If she doesn't have a rescue email address (she won't be able to add one until she can answer her questions) then sher will need to contact Support in her country to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset (and if she doesn't already have a rescue email address) sher can then use the steps on this page to add a rescue email address for potential future use : http://support.apple.com/kb/HT5620
    If you mean something else ... ?

  • How can I edit the default settings for the Email button?

    I saw this question posted for February and as yet still unanswered. So I am now asking it again.
    I do not want to use my .mac account email address in my website. I want it linked to my domain. I have found no specific instructions for changing the default. Also my drag down "Link to" menu in the Inspector does not work.
    Thanks........
    eMac   Mac OS X (10.3.9)  
    eMac   Mac OS X (10.3.9)  

    While you can't edit the default email address in iWeb, there is a workaround which may suit.
    In Safari, locate a web page which has iWeb's email button on it (if you've already published a site, one of your own web pages is ideal). Control-click on the button and select 'Add Image to iPhoto Library'. Drag this image from the Media Browser to your iWeb page, select the image, and use the Link inspector to enable it as a hyperlink linking to 'An Email Message'. Enter whatever email address you like in the To box and a Subject for the message if you wish.
    To make things easier, create an iWeb library in iPhoto and add the email button to it for handy access.
    [ Visit here for iWeb Tips, Tricks and Hacks ]

  • How can I edit the Alert Description for a SQL Agent Job monitor, specifically Job Duration.

    I'm setting up some sql agent job monitoring, I need to monitor for Job Duration. 
    This is easy enough, I just create the overrides and set the parameters and it alerts as expected, however there is no alert text. The alert does me no good with out an alert description. How can I change this?
    Paul Arbogast

    Paul
    It is not an easy way for your just copy that monitor and modify it. If you has interest, you may use MP2XMLDumper tool to export SQL server monitoring MP , modify relate moniotr and import it into SCOM.
    You can download  MP2XMLDumper tool  from
    http://blogs.technet.com/b/cliveeastwood/archive/2007/08/22/mp2xmldumper-version-2-0-export-opsmgr-mp-s-to-xml-using-mp-name-export-criteria.aspx 
    Roger

  • How can I edit a DVD Template for Premiere Elements 10?

    In previous versions of Premiere Elements, I would edit DVD Templates using Photoshop or Photoshop Elements to include my logo and change the color or tint of the background. Now, I can only see the Fun template in the DVD Templates folder. I want to modify the Extreme Sports template, but can't find it now. Where are all the other templates located?

    Install the excellent 'Search Everything' utility and enter 'extreme' as a search term. Note that when you first run 'Everything' it takes time to index your drive(s). After that though it is a nearly instantaneous start.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • HT201771 How can I edit my address options for sending mail in Mac Mail?

    I've had a mac.com address for many years. I also have an alias for my business mail. Since iCloud, every time I go to send an email, I have to select from mac.com, me.com, or iCloud.com versions of both addresses.  I am not interested in changing to either 'me.com' or 'iCloud.com', and would prefer to see only what I use.  Any suggestions?

    Hello ZoeW2001,
    Welcome to the Apple Support Communities!
    I understand that you have no access the email address you used for Apple ID. To edit that Apple ID to a different email address, please follow the instructions in the link below. 
     Change your Apple ID - Apple Support
    Have a great day,
    Joe

  • How can I make the default action for Real Player (etc.) to be not to play?

    While browsing with Mozilla, I would prefer not to have videos play unless I start the video. This goes for commercials or any video.
    Is there a preference to set this? If not, can you make one that does that?

    By default plugins.click_to_play should be default set to true. However, please also contact Apple support to make sure that this is expected.
    If there is not an option to override this, it is also possible to set the preference in about:plugins:
    *[https://support.mozilla.org/en-US/kb/why-do-i-have-click-activate-plugins Why do I have to click to activate plugins? ]

  • How can I edit texts in ipad letter by letter.

    I frequently write in Spanish and English, i have to change the keyboard from one language to the other but when i forget i get unexpected results. I decided to disable the automatic spelling correction. But there is still a problem. I sometimes miss a single letter to correct in a word but ipad forces me to rewrite the whole word again, or to use the delete key to delete all the letters until i get to the one I need to correct. How can I edit letters from inside a word without the need to rewrite the whole word. Does ipad support this?
    Thanks for your comments.

    Yes.  You can tap near the letter you want to edit to place the cursor near by.
    For more accurate selection if you hold down where you want to edit a small magnifiying glass should appear. You can use that to move the insertion pointer to wherever you want to edit.
    Page 24 of the User Guide describes this feature.
    http://manuals.info.apple.com/MANUALS/1000/MA1595/en_US/ipad_user_guide.pdf

  • How can I edit a droplet for Photoshop 6?

    How can I edit a droplet for Photoshop 6? The company hired somebody to set up the droplet years ago, and nobody remembers how it was set up. The computer that was used to save the files has crashed, and I need to change the path the droplet uses for saving the files. I tried to open the droplet with Image Ready, but it said it was not an image ready droplet and could not be opened. The computer running Photoshop is using Windows XP.

    It seems that the script on the ps scripts page is to old to work in cs5.
    This is a lnk to xtools 1.8 which has the latest version of the droplet decompiler:
    http://sourceforge.net/projects/ps-scripts/files/xtools/
    Just unzip, find the Apps folder and look for the DropletDecompiler.jsx.
    Then put your droplet on the desktop, Use File>Scripts>Browse in cs5 to navigate to the DropletDecompiler.jsx.
    Here's an example using the Aged Photo.exe droplet from the ps 6 samples folder:
    here's the resulting action opened in cs5:

  • How can I edit photos in iPhoto in Photoshop Elements?  I select PE in iPhoto preferences but they stay in iPhoto for editing.

    How can I edit photos in iPhoto in Photoshop Elements?  I select PE in iPhoto preferences but they stay in iPhoto for editing.

    Here's something you can try with a copy of your current library.
    1 - go to iPhoto's Events preference pane and set the auto split option to 1 day per even.
    2 - go the the Events mode, select all Events.
    3 - go to the Events menu  and and select Autosplit Selected Events.
    which will give you an event for each day.
    4 - again select all events (although it might be better do to fewer at a time) and export them to your desired destination via the File ➙ Export ➙ File Export  menu option with the following settings:
    The workflow above will produce a folder for each days photos with the date as the folder's title.

  • Set up apple Id with invalid email so can't validate new account. How can I edit account  info when I can't sign in for anything? Thx

    Set up apple Id with invalid email so can't validate new account. How can I edit account  info when I can't sign in for anything? Thx

    Hi Franklin777,
    If you are having issues with your Apple ID, this article will get you started.
    Frequently asked questions about Apple ID
    The first step is to find and edit the Apple ID you created:
    Apple ID: Finding your Apple ID
    If you need to reset your security questions this article will help ... 
    The rescue email address is a different address than the one you use for your Apple ID. 
    Rescue email address and how to reset Apple ID security questions
    You can edit or delete your rescue email address at My Apple ID. To edit your rescue email address:
    Navigate to My Apple ID using your web browser.
    Click "Manage your account"
    When prompted, sign in using your Apple ID and password.
    Click Password & Security
    You'll be asked to answer 2 of your 3 security questions before you can make any modifications. If you are unable to remember your answers, you can choose to send an email to your rescue email to reset your security questions.
    Hope you get back on track soon!
    - Judy

  • How can I get a boot-disk for a Compaq P2500 laptop Windows XP Home Edition?

    I'm already in another forum with a eerily similar question, but that's for the HP Media Center Pavilion m8000e desktop system (Windows Vista Home Premium) I was just given; I've ordered a new hard drive for that. I assume the directions to create a boot disk with the *.iso file (using Imgburn) is going to work; I have the 25-digit code for that.
    This question here now is for my wife's older Compaq P2500 2596US laptop running Windows XP Home Edition. This too needs a new hard drive, but I also am missing the boot disc for this; I do have the 25-digit product code.
    How can I get a boot disk for this laptop? I tried the Ubuntu method outlined in a few posts; geez, what a headache ... never could get it managed. Does HP not make any boot disks available? Microsoft told me to check with HP.
    I can furnish the product code; model #; serial# ... gee, maybe the oroginal receipt is even laying around somewhere ...
    I need a boot disk to get the new hard drive up on board (if I end up ordering that).
    Thanks for any help!
    Michael

    Hi 
    Please find the link given below might be helpful for your.
    http://www.computersurgeons.com/productdetails.aspx?ID=4219
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • How can i edit payment method if i signed up for non payment

    How can i edit payment method if i signed up for non payment?

    Contact iTunes Customer Service and request assistance with your issue.
    Apple  Support  iTunes Store  Contact Us

  • How can i edit psd files in PS touch or which software/app i need for androiud tablet (newest tablet)

    how can i edit psd files in PS touch or which software/app i need for androiud tablet (newest tablet) @samsung

    You can import PSD files into Photoshop Touch but the PSD file will be flattened. (The original, of course, will remain untouched; PS Touch just copies it upon import.) I imagine this was done as a failsafe measure since PS Touch has no support for masks or adjustment layers (not to mention that PS Touch only has support for about 12 layers).

Maybe you are looking for

  • Error- Unable to lookup in the system.

    Dear All, For my backend server I have created system object on portal. Then I have made 1 transaction iview for the same system object. In the preview of the iview it is showing me correct screen and its operations are also fine. But when I am attac

  • How do I compile a java file in eclipse

    Hi, I have just installed eclipse and added a plugin for tomcat. I created a new tomcat project and have been trying out several jsp files. Everything nice and dandy. Now there is a bean in the tutorial that I am doing. So I use the context menu, new

  • Android calendar on shows a subset of what's on Google calendar

    I have seen so many different posts regarding calendar problems that I'm sorry if this answer is already out there, but I can't find it by searching so I'm going to ask for myself: I have a Google Calendar that works fine when I create/update entries

  • Flash  workflow method

    I have a few questions about Adobe Flash and i'm hoping you guys could help me out. One of my assignments is to find a better way to develop and structurize Flash applications (animations/motion graphics/ websites). I'd like to know if there is a way

  • How do i download my windows package ???

    Okay so i bought a mac book air today and it doesnt have CD unit and I dont have a USB cabke to transfer it from my  other computer, What can i do ???? I need ASAP aswell as its for school !