Hi:
Once again I seek the help of the experts
I am trying to alter this code so that it will save to the user desktop. Right now it is saving to MY desktop. How can I make it User Specific? I want the HiginM to be whatever the users name is
Any suggestions?
THANKS,
Mark
Once again I seek the help of the experts
I am trying to alter this code so that it will save to the user desktop. Right now it is saving to MY desktop. How can I make it User Specific? I want the HiginM to be whatever the users name is
Code:
Dim SaveMeAs As String
SaveMeAs = Sheets("ARIR Template-Electronic").Range("CustomerName").Text
Sheets("Customer Setup").Copy
ActiveSheet.Unprotect "password"
ActiveSheet.Cells.Copy
ActiveSheet.Range("A1").PasteSpecial Paste:=xlPasteValues
ActiveWorkbook.SaveAs Filename:="C:\Documents and Settings\[COLOR=red][B]HiginM[/B][/COLOR]\Desktop\Test\" & SaveMeAs
Any suggestions?
THANKS,
Mark
Last edited: