View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dooley007 Dooley007 is offline
external usenet poster
 
Posts: 9
Default Selecting a Record and copying it to another Workbook

The records in my data are from Column s "A" to "M" inclusive. My code
selects the record I want in
"A(x)" where (x) is of course the row number. I now want to copy the
entire record from "A(x)" to "M(x)" and paste it to a separate
workbook,

How do I select the entire record for copying since the row number can
be any row in my database.

Dooley