Results 1 to 11 of 11

using a timer to automate a macro

Threaded View

  1. #7
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,481

    Re: using a timer to automate a macro

    The rows variable will be zero'd every time the routine runs.

    Use code to get next empty row.

    rows = activesheet.cells(activesheet.rows.count,1).end(xlup).row+1
    Last edited by Andy Pope; 11-30-2009 at 10:53 AM.
    Cheers
    Andy
    www.andypope.info

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