Hi
Does anyone know where it is possible to use a counta result in sheet1 to determine how many columns needs to be auto filled using the forumla in the cells in column E
Code:
Range("E:E").Select
Selection.AutoFill Destination:=Columns("E:IU"), Type:=xlFillDefault
Range("A1").Select
So far i have the code above but instead of it have columns("E:IU") i need to do this but for the numebr of columns defined in the result of a counta formula
Thanks
Jeskit