View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bikernick Bikernick is offline
external usenet poster
 
Posts: 1
Default Copy and paste macro

I am trying to write a bit of code to search for the first blank row in an
excel list then paste a selection at that point in the list then stop.

I have managed it to finding the first blank row, but it continues pasting
into all the blank cells thereafter.

Help please