Hi all,
I've just recorded a macro where in part it creates a formula in Cell A2 - what I'm trying to do is copy this formula down the column until it reaches the last row of data in column B... the line in my code I think needs changing is this
Can anyone help?
I've just recorded a macro where in part it creates a formula in Cell A2 - what I'm trying to do is copy this formula down the column until it reaches the last row of data in column B... the line in my code I think needs changing is this
Code:
Selection.AutoFill Destination:=Range("A2:A226")
Can anyone help?