S
Scrunge
I need to save a word Document on a tool bar button
The SaveAs name needs to be different each time ( a quote number, on the
document). I have managed to do this in Excel as shown below
SaveAs Filename:=
"\\Quotes\Quote No" & Range("Quote_Number") & ".xls",
How can I do the same in word. Do I reference the excel spreadsheet that the
quote number is linked to. If so how or do I perhaps bookmark the quote
number from the document?
Any advise would be apprieciated
The SaveAs name needs to be different each time ( a quote number, on the
document). I have managed to do this in Excel as shown below
SaveAs Filename:=
"\\Quotes\Quote No" & Range("Quote_Number") & ".xls",
How can I do the same in word. Do I reference the excel spreadsheet that the
quote number is linked to. If so how or do I perhaps bookmark the quote
number from the document?
Any advise would be apprieciated