L
LaDdIe
Hi,
Can I please have some help with the following code.
Range("A4").Select
Selection.AutoFill Destination:=Range("A5", (("NETDAYS"))).Value
NETDAYS is a named range that for demo purposes holds a value of "A20", so
the range to fill is A5:NETDAYS.
But something is wrong that I can't figure out.
Thanks
Can I please have some help with the following code.
Range("A4").Select
Selection.AutoFill Destination:=Range("A5", (("NETDAYS"))).Value
NETDAYS is a named range that for demo purposes holds a value of "A20", so
the range to fill is A5:NETDAYS.
But something is wrong that I can't figure out.
Thanks