Hello, I have recorded the macro below and assigned it to a button in Excel.
Range("H22").Select
Selection.AutoFill Destination:=Range("H22:I22"), Type:=xlFillDefault
Range("H22:I22").Select
I now need it to continue to the next cell( Copy formula in Cell H22 and paste in J22)
Can...