How to return selected rows array in Execl sheet?
I need to process some data for selected rows in vbscript, I don’t care the exactly selected area, only care about row numbers, so develop this function to fill this common purpose. The result returns as vb array, index starts from 0. Few concepts here for selected area: Selection: consists …