Hello, and thank you for your help!
I need to add a section to my sub in excel 2016 vba that will go to a new folder and name my new file based on a preset naming confvention changing the date included as the previous date.
Every morning I export a file which tells us what we want to know about a certain subject. I have a macro that reformats, adds new information, sets a print area and margins, now I need to save it. This file goes in the same folder every day and is named the same thing except for the date. I need to use the previous date because it refers to the data collected on that day.
I would like to move to the appropriate folder and name the file using an input box to set the date in question.
Can you help?
I need to add a section to my sub in excel 2016 vba that will go to a new folder and name my new file based on a preset naming confvention changing the date included as the previous date.
Every morning I export a file which tells us what we want to know about a certain subject. I have a macro that reformats, adds new information, sets a print area and margins, now I need to save it. This file goes in the same folder every day and is named the same thing except for the date. I need to use the previous date because it refers to the data collected on that day.
I would like to move to the appropriate folder and name the file using an input box to set the date in question.
Can you help?