schnabs
Technical User
- Jan 21, 2009
- 50
Hello,
I am trying to use the Macro recorder to get some coding going. I need to set several filters, then autofill column A. When I use the recorder, I get
Range("A1").Select
ActiveCell.FormulaR1C1 = "Total"
Range("A1").Select
Selection.FillDown
I know from prior excel VBA coding that were the filter not on, the Selection.Filldown would be Selection.Autofill = Range(blahblah).
I was wondering if there was a way to use the autofill, or filldown, without overwriting the filtered out cells.
Thanks in advance!
I am trying to use the Macro recorder to get some coding going. I need to set several filters, then autofill column A. When I use the recorder, I get
Range("A1").Select
ActiveCell.FormulaR1C1 = "Total"
Range("A1").Select
Selection.FillDown
I know from prior excel VBA coding that were the filter not on, the Selection.Filldown would be Selection.Autofill = Range(blahblah).
I was wondering if there was a way to use the autofill, or filldown, without overwriting the filtered out cells.
Thanks in advance!