K
KevinJ
I have a set of reports unique to several different facility types. Each
report is a component of "The Overall Report". each report also lists the
facilities by ascending Map ID order. So what i end up with is something like
this; the CarWash report contains MapID's 1, 5 & 7. The Cemetery report
contains MapID's 2, 3, 4 & 6. I was wondering how i could print these reports
by MapID order using vba to loop through all reports in order to find MapID 1
and print that page, then look for MapID 2 and print that page and so on.
Thanks in advance
report is a component of "The Overall Report". each report also lists the
facilities by ascending Map ID order. So what i end up with is something like
this; the CarWash report contains MapID's 1, 5 & 7. The Cemetery report
contains MapID's 2, 3, 4 & 6. I was wondering how i could print these reports
by MapID order using vba to loop through all reports in order to find MapID 1
and print that page, then look for MapID 2 and print that page and so on.
Thanks in advance