I am trying to create an AutoOpen macro that will return the cursor to the location it was in when saved. I know how to do this manually (Shift + F5). I used the macro recorder and named the macro AutoOpen but the document still opens at the top. This is the macro as recorded:
Sub AutoOpen() ' ' AutoOpen Macro ' Application.GoBack End Sub
I am using Word 2007 but am accessing Word 2003 documents and am saving them in their 2003 format when done. What do I have to do to make a macro run on open.
Thanks.