Hi
I don’t know anyhing about Applescript, I’m just using the Script Editor.
Can someone help me nonetheless with the following problem? Thanks:
I made the following script with the Editor which assigns a language (here French) to a entire MS Word file:
tell application “Word”
activate
do Visual Basic " Selection.WholeStory"
do Visual Basic " Selection.LanguageID = wdFrench"
end tell
Now I’d like to make it applicable to all MS Office apps. (I guess it wont’ work with non MS apps because it uses VB).
Anybody any idea?