I have designed a small software that, after user input, exports all the data into a template Excel File that has all the report format pre edited. (i dont want to use the report feature as i want this data in Excel). I have already written the code for exporting and it works fine.
In a day around 5 such reports will be printed. But the problem is that once this data is exported i want it to automatically use the "Save As" function instead of save and it shud save in pre-set location and i shud have access to the name property of the file so that an input box pops up asking the name, whatever i type in that shud be the name of the file and it shud go to the pre-set location and it shud be a new instance of the template so that the original template is still there for further use.
Ive never worked in VBA before so im a lil weak in this, someone please guide me.
Thank You :)
In a day around 5 such reports will be printed. But the problem is that once this data is exported i want it to automatically use the "Save As" function instead of save and it shud save in pre-set location and i shud have access to the name property of the file so that an input box pops up asking the name, whatever i type in that shud be the name of the file and it shud go to the pre-set location and it shud be a new instance of the template so that the original template is still there for further use.
Ive never worked in VBA before so im a lil weak in this, someone please guide me.
Thank You :)