+ Reply to Thread
Results 1 to 2 of 2

how to code

  1. #1
    Registered User
    Join Date
    12-20-2004
    Posts
    88

    how to code

    I want to "Limit the scrolling" on multiple work sheets in one work book to present only the forms I've developed.

    Gord Dibben had the answer to code the work book in another thread for a single worksheet.

    Private Sub Work Book_ Open()
    sheets("Your sheet").ScrollArea = "A1:F17"
    End Sub

    That worked Great! But now I want to do multile forms within the work book and I can't make it happen, Any Ideas?

  2. #2
    Forum Contributor
    Join Date
    08-23-2004
    Posts
    210
    Until someone comes up with a coding solution, you could try hiding unwanted columns and rows. First link all the sheets together in the workbook by holding down the control key and clicking on each sheet's tab - all tabs should turn white. Highlight all the columns to the right of the range of columns to remain, and hide them. Then highlight all the rows below the range of rows to remain and hide those too. Save the workbook. When reopened, all sheets should only show the range of cells you wanted to use, and the scrolling is limited on all the sheets too.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1