View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Victor[_3_] Victor[_3_] is offline
external usenet poster
 
Posts: 7
Default How to find the first blank cell in a range

I have a macro that copies and paste a range of values
into a bigger one. Of course the range has to be pasted to
the first available (blank) of the destination range.
Is there amacro that could helpme determine what that cell
is.
In the mean time I'm just positioning my cursor to the
cell I want the macro to paste to.

Thanks in advance for any help.