+ Reply to Thread
Results 1 to 5 of 5

Record an ever changing cells value from Sheet 1 every 30 seconds into Sheet 2

  1. #1
    Registered User
    Join Date
    09-17-2012
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Record an ever changing cells value from Sheet 1 every 30 seconds into Sheet 2

    Hi

    I have little knowledge of vba and I wonder if someone could help me with my problem please.

    I need to take a record of an ever changing cells value in Sheet 1 every 30 seconds and place it in cell A1 of Sheet 2. Then 30 seconds later record that cells value from Sheet 1 again and this time place it in cell A2 of Sheet 2. Then cell A3 and so on, continuously into a separate cell each time in column A.

    Or another option would be to record the information into cell A1 every time and then push the cells down so that the new record always goes into A1, but this seems harder I think.

    I hope you can understand what I mean and many thanks to anyone who can help.

  2. #2
    Forum Expert p24leclerc's Avatar
    Join Date
    07-05-2010
    Location
    Québec
    MS-Off Ver
    Excel 2021
    Posts
    2,081

    Re: Record an ever changing cells value from Sheet 1 every 30 seconds into Sheet 2

    Try this macro:
    Please Login or Register  to view this content.
    Pierre Leclerc
    _______________________________________________________

    If you like the help you got,
    Click on the STAR "Add reputation" icon at the bottom.

  3. #3
    Registered User
    Join Date
    09-17-2012
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Record an ever changing cells value from Sheet 1 every 30 seconds into Sheet 2

    Thanks for your help Pierre. As I said, my knowledge of vba is very limited.

    Do I just copy & paste this into vba?

    And how do I link column A in Sheet 2 to the cell (say cell C2) in Sheet 1? I have tried a formula to point to the cell but I can't get it to work.

    Thanks again.

  4. #4
    Forum Expert p24leclerc's Avatar
    Join Date
    07-05-2010
    Location
    Québec
    MS-Off Ver
    Excel 2021
    Posts
    2,081

    Re: Record an ever changing cells value from Sheet 1 every 30 seconds into Sheet 2

    First of all, I must apologize as there is a problem witht he first macro I published. Here a modified macro that works well:
    Please Login or Register  to view this content.
    I added some comments so you know what a line of program does.
    Look at the attached file for a working workbook.
    Hope this helps
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-17-2012
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    5

    Re: Record an ever changing cells value from Sheet 1 every 30 seconds into Sheet 2

    That's great Pierre. It's just what I wanted. Thank you so much for your help.

+ 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