Currently I'm running simple:
Range("E4:AN25000").Select
But some days it might be from E4 to AN13392 or might be any number...
I want it only to select the right amount of rows but the thing is my excel page has multiple datasets so it might have a section of 50 rows, then 4 row gap, then 25 rows, then 4 row gap.... etc
Any help would be much appreciated.
Range("E4:AN25000").Select
But some days it might be from E4 to AN13392 or might be any number...
I want it only to select the right amount of rows but the thing is my excel page has multiple datasets so it might have a section of 50 rows, then 4 row gap, then 25 rows, then 4 row gap.... etc
Any help would be much appreciated.