Auto Fill
Posted by David on September 19, 2000 2:24 AM
Can you do autofill without changing the font color?
some are red some are blue and some are black and I want the formulas to austo fill but the font color not to change.
temp = Worksheets("List").Range("A3").End(xlDown).Row
Worksheets("List").Range("I3").AutoFill Destination:=Worksheets("List").Range("I3:I" & temp), Type:=xlFillDefault