create a macro to automaticaly name a file.
Tom:
Were do I inserte the file path.
"Tom Ogilvy" wrote:
Write a macro containing something like
ActiveWorkbook.SaveAs Activesheet.Range("B9").Value
where cell B9 contains the string
C:\Temp\MyFile.xls
--
Regards,
Tom Ogilvy
"BH" wrote in message
...
Harald: Is it possible to pull the information out of a cell entered in
the
worksheet?
Thanks
BH
"Harald Staff" wrote:
Write a macro containing something like
ActiveWorkbook.SaveAs "C:\Temp\MyFile.xls"
and assign it to your button.
HTH. Best wishes Harald
"bh" skrev i melding
...
I need to have control over file naming in a worksheet would like to
be
able
to do this by assiging a macro to a button.
|