+ Reply to Thread
Results 1 to 6 of 6

Vba to scroll sheet

  1. #1
    Forum Contributor
    Join Date
    10-31-2013
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    221

    Vba to scroll sheet

    Hi can anyone help please I have a sheet called recording and the data is written down the sheet very fast how can I make the the scroll bar scroll down automatically so I can what data is being written using vba

  2. #2
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: Vba to scroll sheet

    can you post the code that writes the data?
    If someone has helped you then please add to their Reputation

  3. #3
    Forum Contributor
    Join Date
    10-31-2013
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    221

    Re: Vba to scroll sheet

    Hi I'm sorry I can't post the code as it is used for my work and I can't strip the code down as I don't know vba well. The code is written down the rows one row at a time I just need the scroll bar to follow this and move down with the data

  4. #4
    Forum Expert
    Join Date
    10-09-2014
    Location
    Newcastle, England
    MS-Off Ver
    2003 & 2013
    Posts
    1,986

    Re: Vba to scroll sheet

    Then Im guessing here but after the line that outputs the data (should be something like "Cells(1,2).value = xxxxxx" or Range("A1") = xxxxx) then add a line that basically takes the same Cells or Range value and append it with .Select

    eg

    Please Login or Register  to view this content.
    or

    Please Login or Register  to view this content.
    which I believe, should select the cell thats just been added to and therefore scroll the screen accordingly.

  5. #5
    Valued Forum Contributor bulina2k's Avatar
    Join Date
    11-20-2012
    Location
    Urziceni, Ialomita, Romania
    MS-Off Ver
    2019 and 365
    Posts
    861

    Re: Vba to scroll sheet

    Of course you can always use
    Please Login or Register  to view this content.
    .. and don't forget to have fun!
    Bogdan.

    mark SOLVED and Add Reputation if my answer pleases you

  6. #6
    Forum Contributor
    Join Date
    10-31-2013
    Location
    London, England
    MS-Off Ver
    Excel 2003
    Posts
    221

    Re: Vba to scroll sheet

    Hi thanks for your help but I'm a bit of a novice with VBA so I need to scroll from A1 to A120000, could anyone help with writing the sub

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help with scroll box on a sheet
    By 1st420 in forum Excel General
    Replies: 1
    Last Post: 03-02-2016, 06:51 AM
  2. Excel 2013 : Slicers don't scroll when i scroll the sheet
    By HaroonSid in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-19-2014, 10:23 AM
  3. Can I get sheet to scroll independanlty?
    By gjjh25 in forum Excel General
    Replies: 2
    Last Post: 09-25-2013, 04:25 AM
  4. Scroll to next sheet?
    By starcrwzr in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 10-26-2009, 04:51 PM
  5. Scroll down in combobox not sheet
    By adyan76 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-12-2009, 02:44 PM
  6. [SOLVED] Scroll filtered sheet to top
    By XP in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-13-2006, 07:30 PM
  7. Easy! How scroll down to end of big sheet
    By dewsbury in forum Excel General
    Replies: 2
    Last Post: 07-11-2005, 07:05 PM

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