J
Jimbob
Hello
I'm using Excel 2003 and want to suggest a filename to users from a cell
within a workbook. Although I want to suggest the name of the file, I want
them to be able to browse to ensure the file is located in their own choice
of folder.
The code I have is:
ActiveWorkbook.saveAs Filename:=("AD1").Value
This just saves the file in the same folder as its source.
Any clues please?
I'm using Excel 2003 and want to suggest a filename to users from a cell
within a workbook. Although I want to suggest the name of the file, I want
them to be able to browse to ensure the file is located in their own choice
of folder.
The code I have is:
ActiveWorkbook.saveAs Filename:=("AD1").Value
This just saves the file in the same folder as its source.
Any clues please?