Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am setting up an auto-save macro button to simplify my processes when using
a template I designed.Some people using this template are not saving to the correct area of the shared drive. They also are not using the same format consistantly(multiple users utilyzing the same template).I have created a cell that reflects the customer name and work order, and I want to use this cell as my "save as" text when saving the template(via a macro). I can default the location easy enough, but the macro is a problem. The macro works the first time, but the next time I try to save the template, the macro has hard coded the previous cell contents and doesn't update correctly. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try
Activeworkbook.SaveAs FileName:=Worksheets("Sheet1").Range("A1").Value -- HTH RP (remove nothere from the email address if mailing direct) "Tim Richards" <Tim wrote in message ... I am setting up an auto-save macro button to simplify my processes when using a template I designed.Some people using this template are not saving to the correct area of the shared drive. They also are not using the same format consistantly(multiple users utilyzing the same template).I have created a cell that reflects the customer name and work order, and I want to use this cell as my "save as" text when saving the template(via a macro). I can default the location easy enough, but the macro is a problem. The macro works the first time, but the next time I try to save the template, the macro has hard coded the previous cell contents and doesn't update correctly. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Create filename based on cell contents | Excel Worksheet Functions | |||
Vlookup Cell Contents Filename | Excel Worksheet Functions | |||
How to include the contents of a cell in a filename | Excel Programming | |||
Set Saveas Filename from Cell Contents Using VBA | Excel Programming | |||
cell contents as filename | Excel Programming |