RJSIGKITS
Board Regular
- Joined
- Apr 15, 2013
- Messages
- 109
Hi Guys,
Usually I can find answers by searching the site, but couldn't seem to find an answer to this one..
Any Ideas as to why this VB Code is resulting in the Clicked SaveAs action dumping the file into the "*******s" part of my File path rather than into "1 QUOTES" Which is where I need it to go?
Private Sub CommandButton1_Click()
Dim Path As String
Dim FileName1 As String
Dim FileName2 As String
Path = "C:\Users\RJSK\Documents\My Box Files\*******s\2 CLIENTS\1 QUOTES"
FileName1 = Range("E3")
FileName2 = Range("C12")
ActiveWorkbook.SaveAs Filename:=FileName1 & FileName2 & ".xlsm", FileFormat:=52
End Sub
Any help very much appreciated.
Usually I can find answers by searching the site, but couldn't seem to find an answer to this one..
Any Ideas as to why this VB Code is resulting in the Clicked SaveAs action dumping the file into the "*******s" part of my File path rather than into "1 QUOTES" Which is where I need it to go?
Private Sub CommandButton1_Click()
Dim Path As String
Dim FileName1 As String
Dim FileName2 As String
Path = "C:\Users\RJSK\Documents\My Box Files\*******s\2 CLIENTS\1 QUOTES"
FileName1 = Range("E3")
FileName2 = Range("C12")
ActiveWorkbook.SaveAs Filename:=FileName1 & FileName2 & ".xlsm", FileFormat:=52
End Sub
Any help very much appreciated.