Hi All,
I want to drag a formula without removing the highlighting and other formatting already existing. What would I have to change in the following vba snip
Thanks!
I want to drag a formula without removing the highlighting and other formatting already existing. What would I have to change in the following vba snip
Code:
Range("AC2:AI2").AutoFill Destination:=Range("AC2:AI2").Resize(lastline), Type:=xlFillDefault
Thanks!