Hi
all worksheets have a fix dimension of 256 columns & 65000 rows and you
can't do anything about it - however, you can make them not appear in the
scroll bar (what i mean is that instead of the vertical scroll button being
very very very small because excel's reading the whole worksheet as "active"
you can make only your used area "active") -
the easiest way i've found to achieve this is to
1. right mouse click on a sheet tab and choose view / code
2. choose view / intermediate window from the menu
3. copy & paste the following line in
activesheet.usedrange
4. press enter
5. close the vb window (top right hand cross)
Cheers
JulieD
needhelp said:
Somehow I've ended up at 65000 rows in a Sheet. How can I delete the
unwanted rows (all aprt from 50), as it is making the document size huge!