R
Roger
I'm trying to set a file path for the purpose of saving a Word Doc to the
correct folder location. The entire path, except for the specific subfolder
is constant. For example:
\\lv-abc\defaultpath\CaseDocs\variable
In the document that is being saved, "variable" is a bookmarked string of
text named CaseNumber.
So far I have:
ActiveDocument.Variables("CaseNumber").Value = CaseNumber
Options.DefaultFilePath(wdDocumentPath) =
"\\lv-abc\defaultpath\CaseDocs\"
This sets my path to the CaseDocs folder, but I can't figure out how to get
the variable "CaseNumber" into the path statement.
Word 2003: and I apologize if this isn't being sent as plain text. I set
my account options to send as plain text, but my compose window is not
showing in plain text, so I'm not sure how it's going out.
Thanks
correct folder location. The entire path, except for the specific subfolder
is constant. For example:
\\lv-abc\defaultpath\CaseDocs\variable
In the document that is being saved, "variable" is a bookmarked string of
text named CaseNumber.
So far I have:
ActiveDocument.Variables("CaseNumber").Value = CaseNumber
Options.DefaultFilePath(wdDocumentPath) =
"\\lv-abc\defaultpath\CaseDocs\"
This sets my path to the CaseDocs folder, but I can't figure out how to get
the variable "CaseNumber" into the path statement.
Word 2003: and I apologize if this isn't being sent as plain text. I set
my account options to send as plain text, but my compose window is not
showing in plain text, so I'm not sure how it's going out.
Thanks