N
nienberg
I've read the MVP document at
http://word.mvps.org/faqs/MacrosVBA/SetDefFilename.htm
but it doesn't work for me with regard to the problem with delimiters. The
workaround shows how to change spaces to underscores in the document title
using chr(95) to represent the underscore. In my tests though, Word 2002 SP3
uses a suggested filename consisting of everything up to the first
underscore, just like it would if you used the underscore directly, instead
of the chr(95).
Using the exact code in the example, I see the title in document properties
XXXX_Form_Options_Specs.doc
But when I save the document, the suggested filename is
XXXX.doc
Is there any other workaround that will let me program a suggested filename
that includes delimeters? I would like to have filenames like
2008013-23.pr.doc.
Thanks,
http://word.mvps.org/faqs/MacrosVBA/SetDefFilename.htm
but it doesn't work for me with regard to the problem with delimiters. The
workaround shows how to change spaces to underscores in the document title
using chr(95) to represent the underscore. In my tests though, Word 2002 SP3
uses a suggested filename consisting of everything up to the first
underscore, just like it would if you used the underscore directly, instead
of the chr(95).
Using the exact code in the example, I see the title in document properties
XXXX_Form_Options_Specs.doc
But when I save the document, the suggested filename is
XXXX.doc
Is there any other workaround that will let me program a suggested filename
that includes delimeters? I would like to have filenames like
2008013-23.pr.doc.
Thanks,