Hi guys,
I am trying to autofill using the following code but no luck, can someone kindly help me correct the following code,
All I want to select the range A4:T4 and autofill down.
Thanks in advance
I am trying to autofill using the following code but no luck, can someone kindly help me correct the following code,
Code:
Range("B4:T4").AutoFill Destination:=Range("B4:T" & Range("T" & Rows.Count).End(xlUp).Row)
All I want to select the range A4:T4 and autofill down.
Thanks in advance