Can someone please help me?
I have a table where I need to get the Min, Max and Avg
of each column in the table. The problem is the table changes
size each time (more rows in next table, less columns in the next).
I can use a macro recorder if the table size is fixed. What is the
VBA command to use when the row and column varies? I also want
to put the Min, Max, Avg values of the column 2 cells below the last
row. Kindly help.