Hi,
I am having some trouble with a Save As code.
Trying to provide a specific location, with the actual file name being taken from a cell in the file.
ActiveWorkbook.SaveAs Filename:="C:\xxxxx\xxxxxxxx\xxxxxxxxxxx\xxxx\" & Range("D16").Value & ".xlsm"
Can you please help with my syntax, as when I run this it errors on the file location.
Thanks,
I am having some trouble with a Save As code.
Trying to provide a specific location, with the actual file name being taken from a cell in the file.
ActiveWorkbook.SaveAs Filename:="C:\xxxxx\xxxxxxxx\xxxxxxxxxxx\xxxx\" & Range("D16").Value & ".xlsm"
Can you please help with my syntax, as when I run this it errors on the file location.
Thanks,