I am using the following command in Word VBA but in the latest version of Word 365 (version 2005):
Application.CommandBars.ExecuteMso ("FileNew")
but this does not give the same Backstage page as clicking File > New.
When you click File > New you get the choice of Office and Personal templates but the ExecuteMso ("FileNew")
does not display the Personal templates.
Any ideas on how to get Backstage page as per clicking File > New? I can't use SendKeys
because command has to work in multiple languages and ribbon is language specific.