I'm new to VBA. I'm trying to do the following but the code isn't quite working as expected -
1. Export/Copy particular sheets in the workbook (any sheet name that contains "Upload") to a particular file directory.
2. I don't want these worksheet names to change nor the workbook name to change.
3. The file-name is consistent for each worksheet, so it would be okay to replace the files in the directory whenever I run the macro. Its okay to have a dialog box that asks if I'm sure I want to replace each of the files.
4. I don't want the newly created CSVs or any other file to open.
--
![]()
Please Login or Register to view this content.
Bookmarks