I'm attempting to port an already established macro I have to Macs. The original macro itself has been tested to work from Word XP to Word 2010 (64-bit even). This is my first time working with a Mac, and so far so good. I've got everything humming as far as the main functionality goes.
The macro works with a shortcut that then launches a new document from a template, which should fire AutoNew(). I've researched, and this seems to be the same principle Word for Mac works on. However, I can't seem to get AutoNew() to fire at all. I even tried Document_New() and no go.
Is there some kind if trick or quirk I'm missing here?
Thanks in advance for any assistance.