I just moved to Office 2008 form 2004 and am shocked to see my Macros do not work! So need to solve it with Aplescript. I spend an hour to find a way of changing the font in a whole document, to no avail.
to select all the text is easy:
tell application "System Events"
tell application "Microsoft Word" to activate
tell process "Microsoft Word" to keystroke "a" using command down
end tell
But how to get it to do the font?
Any tips?