L
Louie
Just starting with VBA...
I have a reporting package that includes summary charts for 19 regions, each
region's data is set up in a named range. Each named range includes 3
columns (service, amt, & %) and I update this every 28 days by resorting the
range using 'amount' as the sort key. Each region includes 47 rows but only
the last 25 rows are the named range used for the chart data.
My current VBA recorded 19 seperate sorts, can anyone tell me how to sort 1x
for the 19 named ranges?
Louie appreciates your help!
I have a reporting package that includes summary charts for 19 regions, each
region's data is set up in a named range. Each named range includes 3
columns (service, amt, & %) and I update this every 28 days by resorting the
range using 'amount' as the sort key. Each region includes 47 rows but only
the last 25 rows are the named range used for the chart data.
My current VBA recorded 19 seperate sorts, can anyone tell me how to sort 1x
for the 19 named ranges?
Louie appreciates your help!