View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
vMike vMike is offline
external usenet poster
 
Posts: 7
Default Reduce sheet size


"vMike" wrote in message
...

"Fan924" wrote in message
...
Can a sheets size be reduced from 65000 rows to 1000 rows? Not just
hidden.


You could also merge all the cells from 1001 to the bottom and across to
last column into one large cell. Not sure what you are try to accomplish
Mike


I should add that you would also want to set its row height to say .1 or
something small. I think that will accomplish what you what

Mike