Created by: Bagu3tte
Hello, I would like to know if there is an alternative function to GetRows that will only return cells with content?
GetRows
Example:
If I do a len(GetRows("sheet1")) on the sheet in example, the len function will return 1048576 instead of 2.
len(GetRows("sheet1"))
len