Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi flurry
try the following LCopyToRow = Application.CountIf(Worksheets("Diary").Range("A:A "), "<") 'Select row in January or February to copy Rows(LSearchRow).Copy Destination:=Worksheets("Diary").Rows(LCopyToRow + 1) 'Move counter to next row LCopyToRow = LCopyToRow + 1 Cheers Christian |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pasting filtered rows | Excel Discussion (Misc queries) | |||
Pasting on Filtered Data Sheets without pasting onto hidden cells | Excel Discussion (Misc queries) | |||
Pasting in Rows? | Excel Discussion (Misc queries) | |||
Controlling odd even rows when pasting data | Excel Discussion (Misc queries) | |||
Pasting formulas to different rows | Excel Worksheet Functions |