Quote:
Originally Posted by es35
Incredible that you need this much progamming to simply see the name of the file you are editing! There must be an easier way for the name to displayed.
|
So, what's incredible about the need for a single line of code? VBA gives you the options of:
ActiveDocument.FullName - for the name & path
ActiveDocument.Name - for the name
ActiveDocument.Path - for the path