maxx_daddy
Board Regular
- Joined
- Dec 3, 2010
- Messages
- 74
Hi,
So this works on one sheet but not on another?? What i am trying to accomplish is: i open a sheet, import a bunch of data, modifty it slightly, then save it based on a concantenanted cells value (work order # quote # customer name and a job title).
It works for my sales reports but not for this. I do have it attached to a command button, whereas my other one is just part of a macro.
Help!!
Private Sub CommandButton2_Click()
Run "saver"
End Sub
------------------------------------------------
Sub saver()
ThisFile = Range("w53").Value
ActiveWorkbook.SaveAs Filename:=ThisFile
End Sub
Thanks,
Joe (Maxx's Daddy)
So this works on one sheet but not on another?? What i am trying to accomplish is: i open a sheet, import a bunch of data, modifty it slightly, then save it based on a concantenanted cells value (work order # quote # customer name and a job title).
It works for my sales reports but not for this. I do have it attached to a command button, whereas my other one is just part of a macro.
Help!!
Private Sub CommandButton2_Click()
Run "saver"
End Sub
------------------------------------------------
Sub saver()
ThisFile = Range("w53").Value
ActiveWorkbook.SaveAs Filename:=ThisFile
End Sub
Thanks,
Joe (Maxx's Daddy)