Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Range("L6").Select ActiveCell.FormulaR1C1 = "=IF(RC[-3]=RC[-2],""Unreviewed"",""Reviewed"")" Range("L6").Select Selection.AutoFill Destination:=Range("L6:L483") Range("L6:L483").Select Selection.FormatConditions.Delete Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual, _ Formula1:="=""Unreviewed""" I've got this formula...what i need to know is how do I get the script to autofill to the last cell??As it will be different for each sheet, as not all range will end up at L483, i have some that will end at L700, L658. So how do i make the script always go to the last cell?? Please help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Question about Autofill with a formula | Excel Discussion (Misc queries) | |||
question about some excel restriction script running on ... | Excel Discussion (Misc queries) | |||
question about some excel restriction script running on ... | Excel Discussion (Misc queries) | |||
autofill question | Excel Discussion (Misc queries) | |||
Autofill question | Excel Worksheet Functions |