TB's Code Library
If it ain't tight, it ain't right!
Search
Monday, June 27, 2005
Locking Scroll Bars in Excel
Enter the following code in the “Workbook� area of the VB Editor to lock down the scroll bars
Private Sub Workbook_Open()
ThisWorkbook.Worksheets(name of workbook).ScrollArea = "$A$1:$b$10"End Sub
Newer Post
Older Post
Home