View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Martin Hextall Martin Hextall is offline
external usenet poster
 
Posts: 1
Default In Excel 2000, how can a macro look for the next empty cell?

I have written a macro to get data from several spreadsheets and paste it
into another. Because the size of the data is variable, I am having to leave
spaces between sections of data to ensure that it doesn't overwrite anything.
Is there a way that the macro can look for the next empty row rather than me
leaving gaps?