View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_2_] Nigel[_2_] is offline
external usenet poster
 
Posts: 735
Default copy rows to new sheet

Open your file, turn on macro recorder. Then manually open the remote file,
search for your name, copy row to your file. Close remote file. Turn off
recorder. This will give you an outline code to modify and use to automate
the process.

--

Regards,
Nigel




"Beginner at Heart" wrote in
message ...
I have a tracking file on our server (trackinglog.xls), so I cant edit it.
What I need to do is check column H for a certain lastname, first
name,copy
each row that has that name to another file (trackinglog-mine.xlsx)
starting
at row 6.