Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
I have struggling with one part of my macro. Basically, I have a row of cells with names. Alex, John, Martha, Jim, etc. Each person has a list of data under them. I have a master column of data. Depending who is on duty today, I want the macro to find the person and then copy paste special the master column over the person column. Thus, in the macro code where it says Quote:
want it to refer to a specific cell. I.e. what:=$E$4. Then it must go to the cell it found and copy paste the info in. Cells.Find(What:="John", After:=ActiveCell, LookIn:=xlFormulas, _ LookAt:=xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, _ MatchCase:=False, SearchFormat:=False).Activate Any ideas on how to do this? Regards Alex |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find feature defaults to look in formulas | Excel Discussion (Misc queries) | |||
Find feature - Fill cells with color | Excel Discussion (Misc queries) | |||
where can I find the Auto Sum feature on Excel | Excel Worksheet Functions | |||
Copy Rows found using Find All feature | Excel Discussion (Misc queries) | |||
how to change "Find" feature | Excel Worksheet Functions |