LauraSophie
New Member
- Joined
- Nov 14, 2017
- Messages
- 7
Hi,
I have a macro that copies a formula down to the end of the data (with a variable amount of rows) however I was hoping to add something or amend it so that when it copies down it fills without formatting.
What I have at the moment is:
Any help would be greatly appreciated.
Thanks
I have a macro that copies a formula down to the end of the data (with a variable amount of rows) however I was hoping to add something or amend it so that when it copies down it fills without formatting.
What I have at the moment is:
Code:
Range("C2").AutoFillDestination:=Range("C2:C" & Cells(Rows.Count,"A").End(xlUp).Row)
Thanks