+ Reply to Thread
Results 1 to 8 of 8

Scroll Multiple Sheets to the Same Position Simultaneously

  1. #1
    Registered User
    Join Date
    08-13-2007
    Posts
    68

    Scroll Multiple Sheets to the Same Position Simultaneously

    I am working on a project which requires a way to enable all of the sheets within a suite (about 8 separate sheets within the workbook) to scroll to the same position.

    All sheets are set up with a list of products going down the page and what I would like to do is to be able to scroll to a specific product on the active sheet and when I toggle to one of the other sheets they will have scroll to this same position as well.

    I am thinking that I will need to use a look up funstion to search for the product name. Any suggestion would be extremely appreciated.

    Thanks in advance.

  2. #2
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Barely tested

    In a code module:
    Please Login or Register  to view this content.
    In the master sheet module:
    Please Login or Register  to view this content.
    In the ThisWorkbook module:
    Please Login or Register  to view this content.

  3. #3
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    Try this in the ThisWorkbook module:
    Please Login or Register  to view this content.
    Not all forums are the same - seek and you shall find

  4. #4
    Forum Expert Simon Lloyd's Avatar
    Join Date
    03-02-2004
    Location
    locked in the cage
    MS-Off Ver
    All the ones my homepage shows
    Posts
    3,161
    shg.......Very smooth!

  5. #5
    Registered User
    Join Date
    08-13-2007
    Posts
    68
    THANK YOU tremendously! Worked like a charm. I can't tell you how much the board has helped me. Hopefully I can progress to the point where I can help others like myself!

    Thanks Again!

  6. #6
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Thank you, Simon ; the OP liked one of our solutions ...

  7. #7
    Registered User
    Join Date
    08-13-2007
    Posts
    68
    SHG- I am trying to use your code on another project and have a question. How would I modify the code so that it only worked on selected sheets within the workbook?

    I tried just not pasting the code into those sheets, but I keep getting an error returned?

    Thanks in adavcne for any suggestions.
    Last edited by smlaff01; 11-20-2007 at 12:03 PM.

  8. #8
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2003, 2010
    Posts
    40,678
    Remove this from the ThisWorkbook module:
    Please Login or Register  to view this content.
    And add this to the 'slave' worksheet modules:
    Please Login or Register  to view this content.

+ 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