Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / May 2005

Tip: Looking for answers? Try searching our database.

Limit workbook size

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
R D S - 14 May 2005 19:23 GMT
Hi,
Can someone please remind me how to limit the size of a sheet?
I dont need anything past V:30

Thanks,
Rick
Dave Peterson - 14 May 2005 19:40 GMT
Maybe just hiding columns W:IV and rows 31:65536.

They're always going to exist, though.

> Hi,
> Can someone please remind me how to limit the size of a sheet?
> I dont need anything past V:30
>
> Thanks,
> Rick

Signature

Dave Peterson

William - 14 May 2005 20:10 GMT
Hi

Try entering this code in the "ThisWorkbook" module.

Private Sub Workbook_Open()
With Sheets("Sheet1")
.scrollarea = ""
.scrollarea = "A1:V30"
End With
End Sub

Signature

XL2003
Regards

William
willwest22@yahoo.com

> Hi,
> Can someone please remind me how to limit the size of a sheet?
> I dont need anything past V:30
>
> Thanks,
> Rick
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.