+ Reply to Thread
Results 1 to 2 of 2

auto run macro

  1. #1
    Registered User
    Join Date
    11-12-2012
    Location
    Arizona, US
    MS-Off Ver
    Excel 2010
    Posts
    8

    auto run macro

    I'm trying to create a macro that would read the data from A1 every min and would posted to A3 and the next min would post on A4 and so on, cause I'm capturing A1 data from the web and it changes every min, so I would like to keep a record of it.

    I created this macro

    Please Login or Register  to view this content.

    how can I make it to auto increment
    Last edited by scancool; 11-13-2012 at 12:15 PM.

  2. #2
    Forum Guru HaHoBe's Avatar
    Join Date
    02-19-2005
    Location
    Hamburg, Germany
    MS-Off Ver
    work: 2016 on Win10 (notebook), private: 2019 on Win10 (desktop), 2019 on Win11 (notebook)
    Posts
    8,197

    Re: auto run macro

    Hi, scancool,

    as long as the scope of the procedure doesn´t end you may use something like
    Please Login or Register  to view this content.
    Or use a public variable, a range to which to write the rownumber that had been filled, use a name fro that, write the row number to a textfile, just to name a few more options.

    Ciao,
    Holger
    Use Code-Tags for showing your code: [code] Your Code here [/code]
    Please mark your question Solved if there has been offered a solution that works fine for you

+ 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