After a new install, Word defaults to saving documents in the MyDocuments folder. Normally this folder is located in C:Documents And Settings…. But users can change this:
– in Word they can change the location in Tools | Options, tab File locations
– in Windows they can change the location of MyDocuments (using TweakUI etc.)
You can find Word’s location using Options.DefaultFilePath(wdDocumentsPath). Is there a way using VBA to get the location of the MyDocuments folder, or any of the other special folders for that matter? (Windows, Program Files, etc.)