View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daniel M Daniel M is offline
external usenet poster
 
Posts: 27
Default select only where text exists

I need to write a macro that selects all the text in col A and B where data
exits. I dont want to copy the entire col A and B because i then have to
paste that data to a spreadsheet appending it to the existing data.
Spreadsheet 1 may have 1-100 + or - rows in it. It will vary. I then want to
add it to the bottom of a master spreadsheet. I am using this spreadsheet
somewhere else as a VLOOKUP. Any help on copy and pasteing the data would be
appreciated!