Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code segment:
Set WorkRange = ... For Each cell in WorkRange Taxrow = application.match(cell.value, range("A:A"), 0) if iserror(taxrow) and cell.offset(0,9) < "Inactive" then Now I want to copy the entire row that "cell" is on to the active worksheet row "LastRow". Is there one or two lines of code that would do this? Thanks, Fred |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbook with 40 sheets, want complete copy without formulaes | Excel Discussion (Misc queries) | |||
copy sheet complete with command buttons and code into other workbook !!! | Excel Programming | |||
how to copy same percentage to complete worksheet | Excel Worksheet Functions | |||
Copy complete row | Excel Worksheet Functions | |||
Copy over files/replace (complete question) | New Users to Excel |