Michael Fowler
New Member
- Joined
- Jan 23, 2024
- Messages
- 28
- Office Version
- 2021
- 2016
- Platform
- Windows
Hi everyone. I'm getting a debug error on the last line of the following code when the macro is run. And there is a valid value in cell J1. Can you help as to what the error is ?
Path = "C:\Data\Clients\Certifications\"
FileName = Range("J1").Value
ActiveWorkbook.SaveAs Path & FileName & ".xlsx"
Path = "C:\Data\Clients\Certifications\"
FileName = Range("J1").Value
ActiveWorkbook.SaveAs Path & FileName & ".xlsx"