View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default For...Next Question

since you said:
of a sheet with up to 200

entries in column A starting at row 3

Why wouldn't column A be a sufficient indicator of the lastrow.

Nonetheless, glad you succeeded.

--
Regards,
Tom Ogilvy

"br0ke" wrote in message
...
I had to change to

lastrow = worksheets("Sheet1").usedrange.rows.count

but everthing else worked well. Thanks....