ariel20029
Board Regular
- Joined
- Jun 20, 2013
- Messages
- 97
Dim FName As String
Dim FPath As String
FPath = "C:\PS CREDIT"
FName = Sheets("Request Form").Range("C80").Text
ActiveWorkbook.SaveAs FileName:=FPath & "" & FName
MsgBox "File Saved to PS CREDIT folder"
Hi When I try to run this macro I am getting an error message at the ActiveWorkbook Save as file name-
saying method saveas workbook failed. Please help.
Sharon
Dim FPath As String
FPath = "C:\PS CREDIT"
FName = Sheets("Request Form").Range("C80").Text
ActiveWorkbook.SaveAs FileName:=FPath & "" & FName
MsgBox "File Saved to PS CREDIT folder"
Hi When I try to run this macro I am getting an error message at the ActiveWorkbook Save as file name-
saying method saveas workbook failed. Please help.
Sharon