Hi All,
In my vba code, have the below line.
Selection.AutoFill Destination:=Range("C1:C12660"), Type:=xlFillDefault
The value "12660" is contained in a variable , a. How can I modify the above line to take the value from variable, a
something like
Selection.AutoFill Destination:=Range("C1:C& a &"), Type:=xlFillDefault
Could anyone please help on this
In my vba code, have the below line.
Selection.AutoFill Destination:=Range("C1:C12660"), Type:=xlFillDefault
The value "12660" is contained in a variable , a. How can I modify the above line to take the value from variable, a
something like
Selection.AutoFill Destination:=Range("C1:C& a &"), Type:=xlFillDefault
Could anyone please help on this