Hi,
I am trying to create new reference number and add the last empty cell of Column M: How can i fix this code at destination range??
A2018-01
A2018-02
D2018-03
A2018-04
A2018-05
A2018-06
A2018-07
D2018-08
D2018-09
A2018-10
A2018-11
A2018-12
empty cell here (for instance)
i tried to run macro and got the following;
I am trying to create new reference number and add the last empty cell of Column M: How can i fix this code at destination range??
A2018-01
A2018-02
D2018-03
A2018-04
A2018-05
A2018-06
A2018-07
D2018-08
D2018-09
A2018-10
A2018-11
A2018-12
empty cell here (for instance)
i tried to run macro and got the following;
Code:
Range("M1").Select
Selection.End(xlDown).Select
Selection.AutoFill Destination:=Range("M30:M31"), Type:=xlFillDefault