Z
Zygoid
Hi All,
right now i use this simple module to "save_as"
Sub Save_As_FileName()
FName1 = Range("d2").Value
FName2 = Range("d3").Value
FName3 = Range("d5").Value
Pth = "LOCATION"
ActiveWorkbook.SaveAs Filename:=Pth & FName1 & FName2 & FName3
".xls", _
FileFormat:=xlNormal, CreateBackup:=False
End Sub
is there a way i can have this module create a short cut in anothe
directory at the same time
right now i use this simple module to "save_as"
Sub Save_As_FileName()
FName1 = Range("d2").Value
FName2 = Range("d3").Value
FName3 = Range("d5").Value
Pth = "LOCATION"
ActiveWorkbook.SaveAs Filename:=Pth & FName1 & FName2 & FName3
".xls", _
FileFormat:=xlNormal, CreateBackup:=False
End Sub
is there a way i can have this module create a short cut in anothe
directory at the same time