To make the FE smaller, I reduced the number of reports by using select cases Case1 = 5 options and Case2 = 2 options. However, now it has been determined that we need to save, "electronically" a copy of each possible combination to a server folder.
Before using the cases, it was simple.... there was a report for each option and all I had to do was write code or used a macro to save the report to the server.
Is there any type of code that I could write, or macro, that would:
1. Run each option
2. Save each option to the server with a differnt file name (so they would not simply overwrite)
I could always open each report one at a time and save as, but that would take all day since there are approx 24 reports.
Case 1
Option 1 = direct manpower
2 = semdirect
3 = maint
4 = Pre
5 = all manpower
Case 2
Option 1 = TN
2 = MS
Before using the cases, it was simple.... there was a report for each option and all I had to do was write code or used a macro to save the report to the server.
Is there any type of code that I could write, or macro, that would:
1. Run each option
2. Save each option to the server with a differnt file name (so they would not simply overwrite)
I could always open each report one at a time and save as, but that would take all day since there are approx 24 reports.
Case 1
Option 1 = direct manpower
2 = semdirect
3 = maint
4 = Pre
5 = all manpower
Case 2
Option 1 = TN
2 = MS