View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
AndrewC AndrewC is offline
external usenet poster
 
Posts: 11
Default results of a macro must be put in new row each time it is run

Each time I run the macro, it unfortunately puts the results of the macro in
the SAME row of the worksheet. How can I program the macro so that it will
put the results in a next unfilled row?
This way all my data will show and not overwritten by the macro.

Thanks!

Andrew