Consulting

Results 1 to 6 of 6

Thread: Scroll Bar (Form Control) Offset Table - Sync Scroll Bar Pos. Across Multiple Sheets

  1. #1

    Scroll Bar (Form Control) Offset Table - Sync Scroll Bar Pos. Across Multiple Sheets

    Hi,

    I want to sync identical offset tables with control box scroll bar across 10 identical sheets.

    Is there a way to link the scroll bar position across mutilple sheets?

    Thanks,
    James.

  2. #2
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,874
    Attached is proof of cocnept only.
    It could be tweaked to accommodate 'identical offset tables' - whatever that means.
    On Sheet5 there's a scroll bar (around column H).
    Open multiple windows of the same workbook and choose different sheets, now adjust the scroll bar.
    I'm not really sure that's what you're asking, but similar code could be written to scroll inactive sheets in a single window to the same row.
    Why do you want to add a scroll bar instead of using the sheets' normal scroll bars?
    Attached Files Attached Files
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

  3. #3
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,874
    Not sure what you meant in the title of your message by a Form Control versus in the body of your message a control box scroll bar.
    My last post contained an ActiveX scroll bar on the sheet, this one's attachment contains a Forms Control scroll bar.
    Attached Files Attached Files
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

  4. #4
    Sample.xlsmHey, thanks for getting back to me, i should have attached an example of what i'm doing to be clear....

    In the attached file, there are 3 sheets, i want each sheet to be a 'tab' in a table with a common / unique identifying key......

    So, if i scroll to line 300 on teh first tab, i'll be on row 300 when i switch tabs......

  5. #5
    Knowledge Base Approver VBAX Wizard p45cal's Avatar
    Joined
    Oct 2005
    Location
    Surrey UK
    Posts
    5,874
    See attached. A six-line macro in the Thisworkbook code-module.
    Attached Files Attached Files
    p45cal
    Everyone: If I've helped and you can't be bothered to acknowledge it, I can't be bothered to look at further posts from you.

  6. #6
    Fantastic, thanks very much for your help

Tags for this Thread

Posting Permissions

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