Hello everyone!
Can't solve a problem..
There is a named table on sheet. User selecting one or several rows and starting a macro.
The point is to make 2-D array with columns and rows, selected by user.
I use a "union(r1, r2..)" statement to make consolidated range that I want to insert in array,
but it has a strange behaviour: if I try to apply cons_range.rows.count, I get 1, neverthless in range are more rows.
There is thoughts about using consolidate() statement on proxy sheet, but how to get data from it without creating named table there..
Thanks for all suggestion!
Can't solve a problem..
There is a named table on sheet. User selecting one or several rows and starting a macro.
The point is to make 2-D array with columns and rows, selected by user.
I use a "union(r1, r2..)" statement to make consolidated range that I want to insert in array,
but it has a strange behaviour: if I try to apply cons_range.rows.count, I get 1, neverthless in range are more rows.
There is thoughts about using consolidate() statement on proxy sheet, but how to get data from it without creating named table there..
Thanks for all suggestion!