Hey All:
Total newb to macros question, so please be patient, trying to learn
I recorded a macro that opens and formats a worksheet then saves as a .csv and .xlsx in a specific file path. I sandwiched this recoded macro inside an Application.FileDialog.
The problem occurs when running the macro more than once with different named worksheets it is trying to overwrite the previously saved worksheets, because the ActiveWorkbook.Saveas Filename:= code is what was recorded in the macro
I’ve search everywhere for a solution with no luck. Any ideas? I have attached a link below, hopefully I linked it correctly.
https://www.dropbox.com/s/67wv969mrcrgzmz/Code.txt?dl=0
Total newb to macros question, so please be patient, trying to learn
I recorded a macro that opens and formats a worksheet then saves as a .csv and .xlsx in a specific file path. I sandwiched this recoded macro inside an Application.FileDialog.
The problem occurs when running the macro more than once with different named worksheets it is trying to overwrite the previously saved worksheets, because the ActiveWorkbook.Saveas Filename:= code is what was recorded in the macro
I’ve search everywhere for a solution with no luck. Any ideas? I have attached a link below, hopefully I linked it correctly.
https://www.dropbox.com/s/67wv969mrcrgzmz/Code.txt?dl=0