Hello,
I'm a vba newbie,
I have a spreadsheet where in one range everything is grouped by Dealer then Region. There are line items within each region and at the end of each region is a total value of sales, tax etc for each region.
One empty cell divides each range.
I want to put a command button on the spreadsheet which will loop through and read each of the region totals into variables (and later pass them to a dll).
Does anyone know how to trap these values in a spreadsheet where although the columns are fixed and never change in position the rows do?
Any help would be soooo totally appreciated!
I'm a vba newbie,
I have a spreadsheet where in one range everything is grouped by Dealer then Region. There are line items within each region and at the end of each region is a total value of sales, tax etc for each region.
One empty cell divides each range.
I want to put a command button on the spreadsheet which will loop through and read each of the region totals into variables (and later pass them to a dll).
Does anyone know how to trap these values in a spreadsheet where although the columns are fixed and never change in position the rows do?
Any help would be soooo totally appreciated!