Goal:
Start with 1 file in a folder. "C:\FL\Test1.xlsx"
In Cell A1 of that file is the value 1.
I need to open that file. Add 1 to Cell A1 then save as a new file. "C:\FL\Test2.xlsx"
I already have the VBA for the ActiveWorkbook.SaveAs to read off of the Range. I am just in need of what to add to add 1 after it's saved off the previous file.
TIA
Start with 1 file in a folder. "C:\FL\Test1.xlsx"
In Cell A1 of that file is the value 1.
I need to open that file. Add 1 to Cell A1 then save as a new file. "C:\FL\Test2.xlsx"
I already have the VBA for the ActiveWorkbook.SaveAs to read off of the Range. I am just in need of what to add to add 1 after it's saved off the previous file.
TIA