View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LaDdIe LaDdIe is offline
external usenet poster
 
Posts: 131
Default Selection autofill

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