Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am using this part of a macro to enter a formula into J2 and then fill it down. However, the amount of rows differs and I only want to fill it down to the last row. Range("J2").Select ActiveCell.FormulaR1C1 = _ "=IF(RC[-1]24, ""Greater than 24 Hours"", ""Less than 24 Hours"")" Range("I2:J701").Select Selection.FillDown How can I have it know what the last row is and stop there? Thanks!!! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
formula fill down | Excel Discussion (Misc queries) | |||
Fill formula from VBA | Excel Programming | |||
Formula Fill help | Excel Worksheet Functions | |||
Can't fill XL Formula in VBA | Excel Programming | |||
Using VB to fill a formula down | Excel Programming |