View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Limiting the size of a worksheet

Hi Ulf
one way: simply hide these rows/columns

--
Regards
Frank Kabel
Frankfurt, Germany

Ulf Liljensten wrote:
I need to keep the scrollbars but limit the size of a worksheet to
keep the users from scrolling around outside of my application. I
would like to simply remove all rows/columns after a certain
row/column number. Anyone knows the easiest way do do this?

thanks,

Ulf