Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
See also
http://www.rondebruin.nl/copy5.htm -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
copy rows from one Data sheet to another sheet based on cell conte | Excel Discussion (Misc queries) | |||
copy rows to other sheet | Excel Worksheet Functions | |||
Copy rows onto existing sheet / start a new sheet if full | Excel Programming | |||
Search for rows in one sheet and copy into another sheet based on customer id | Excel Worksheet Functions | |||
Help: auto-copy entire rows from 1 sheet (based on cell criteria) to another sheet. | Excel Programming |