Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using filldown code that works perfectly in most cases. However,
sometimes the workbook I create has 0 or 1 row of data. I never know when this will happen because I am automatically creating the workbook based on differences between two other workbooks. Is there a way to tell the filldown code only to work if there is more than 1 row of data in a workbook? Here is the code I am using now: With ActiveSheet Lrow = Range("A" & Rows.Count).End(xlUp).Row Range("F1:F" & Lrow).FillDown End With Thanks for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Filldown Formula | Excel Programming | |||
Filldown? & Cmb? | Excel Programming | |||
FillDown Macro | Excel Worksheet Functions | |||
Macro Filldown | Excel Worksheet Functions | |||
FillDown | Excel Programming |