Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Without moving the cursor from the active cell, I need a
code that will look across Row 1 in Sheet2 and find the one value that will match the value in Sheet3!A1. I then need it to copy that row. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure what you want to copy, but X will contain the *column* number where
the match was found: X = Application.Match(Worksheets("Sheet3").Range("A1") , _ Worksheets("Sheet2").Rows(1),0) On Thu, 16 Sep 2004 14:39:01 -0700, "jjohn" wrote: Without moving the cursor from the active cell, I need a code that will look across Row 1 in Sheet2 and find the one value that will match the value in Sheet3!A1. I then need it to copy that row. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Search and copy | Excel Discussion (Misc queries) | |||
Search, copy and paste help | Excel Discussion (Misc queries) | |||
How to search column, copy row, and copy to another sheet in same | Excel Discussion (Misc queries) | |||
Search and Copy | Excel Worksheet Functions | |||
Search and copy | Excel Discussion (Misc queries) |