+ Reply to Thread
Results 1 to 8 of 8

Automatic Scrolling In Excel

  1. #1
    Registered User
    Join Date
    12-15-2014
    Location
    America
    MS-Off Ver
    Microsoft Office 2013
    Posts
    20

    Automatic Scrolling In Excel

    I am looking for a way to cause my excel workbook to automatically scroll down to the bottom of the data set and begin from the top once completed

    !Any help on this issue would be greatly appreciated

  2. #2
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Automatic Scrolling In Excel

    What exactly do you mean by "automatically", and "once completed"? What's your workbook structure?

    You could use something like
    Please Login or Register  to view this content.
    but need your definitions to determine which event(s) should trigger the code, and what the address parameter(s) should be...

    Attaching a workbook with a clear explanation of your required workflow would help most.
    let Source = #table({"Question","Thread", "User"},{{"Answered","Mark Solved", "Add Reputation"}}) in Source

    If I give you Power Query (Get & Transform Data) code, and you don't know what to do with it, then CLICK HERE

    Walking the tightrope between genius and eejit...

  3. #3
    Registered User
    Join Date
    12-15-2014
    Location
    America
    MS-Off Ver
    Microsoft Office 2013
    Posts
    20

    Re: Automatic Scrolling In Excel

    Olly,

    I apologize for the ambiguity of my query. I am trying to implement a macro or function that will begin scrolling down upon the pressing of a button (or other similar movement) and once the scrolling reaches the bottom of the data set, it returns to the top of the data set to begin scrolling down again.

    Attached I have the workbook that I wish to have scroll..

    TEST Call List.xlsmTEST Call List.xlsm

  4. #4
    Forum Expert Olly's Avatar
    Join Date
    09-10-2013
    Location
    Darlington, UK
    MS-Off Ver
    Excel 2016, 2019, 365
    Posts
    6,284

    Re: Automatic Scrolling In Excel

    Sorry, I still can't really understand what you're trying to achieve.

  5. #5
    Registered User
    Join Date
    12-15-2014
    Location
    America
    MS-Off Ver
    Microsoft Office 2013
    Posts
    20

    Re: Automatic Scrolling In Excel

    Well bummer. I'm trying to think of how else to explain it. Is there any way for an excel document to scroll automatically?

  6. #6
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Automatic Scrolling In Excel

    I made some changes to the code in your workbook:

    I removed the array, because you're only scrolling down and not up, added in a DoEvents before each Next so your OS doesn't wig out for holding up the processor queue, and reselected A1 after each full scroll. It cycles 5 times, per your original code.

    DoEvents is also nice for being able to interrupt the loop without screen freeze.

    Please Login or Register  to view this content.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  7. #7
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,481

    Re: Automatic Scrolling In Excel

    Although that would be cool to accomplish, it would shortly become very annoying. I would suggest not to spend to much time on this.

  8. #8
    Registered User
    Join Date
    12-15-2014
    Location
    America
    MS-Off Ver
    Microsoft Office 2013
    Posts
    20

    Re: Automatic Scrolling In Excel

    Daffodil11,

    Thank you for your assistance! It works great! Is there anyway to make this loop back to the top once it hits a predetermined cell?

+ 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. Stop Automatic Tab Scrolling
    By janeml in forum Excel General
    Replies: 3
    Last Post: 09-01-2011, 08:53 PM
  2. Excel Scrolling Help
    By arkay in forum Excel General
    Replies: 6
    Last Post: 04-15-2009, 12:58 PM
  3. Replies: 2
    Last Post: 07-20-2006, 08:25 PM
  4. Replies: 0
    Last Post: 05-11-2006, 10:20 PM
  5. What is a scrolling tab in excel?
    By sharon in forum Excel General
    Replies: 1
    Last Post: 03-22-2006, 02:00 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