automator -- Creating a new Microsoft Word file in the finder location
I am trying to re-use the same AppleScript code that works for creating a text file, for creating a new Word document.
1)
This works and I am able to create a new text file in the currently open folder in Finder.
****
tell application "Finder" to make new file at (the target of the front window) as alias
****
2) However, this does NOT work.
******
tell application "Microsoft Word" to make new file at (the target of the front window) as alias
******
I am indeed able to see all the Word actions in my library including Create New Word Document or Save Word Documents and so on...
Thanks in advance..
-sarafn
iMac 27″, macOS 11.1