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
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.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks