G12Consult
Programmer
I have a table in excel and I am trying to fill down one of the columns to the last row in the table.
There is a formula in the first cell of the column and I need that to replicate down.
My code at the moment is:
On the line
I am getting the error
'Run-time error: 1004: Application defined or object defined error
There is a formula in the first cell of the column and I need that to replicate down.
My code at the moment is:
Code:
ActiveSheet.Range("A7").Select
Selection.AutoFill Destination:=Range("FeeEarnerTable[Employee No]")
On the line
Code:
Selection.AutoFill Destination:=Range("FeeEarnerTable[Employee No]")
'Run-time error: 1004: Application defined or object defined error