JazzSP8
Well-known Member
- Joined
- Sep 30, 2005
- Messages
- 1,233
- Office Version
- 365
- Platform
- Windows
Hey All
Can't seem to work out the correct method for this.
I want to select and then Autofill a set of Formulas but no matter what I try I keep getting an Error
This is what I started with that I thought would work;
I've used the variable that way before when filling in a single column but it doesn't seem to like to do it when there is more than one
Can someone point me in the right direction?
Thanks
Can't seem to work out the correct method for this.
I want to select and then Autofill a set of Formulas but no matter what I try I keep getting an Error
This is what I started with that I thought would work;
Code:
Range(Cells(j, "E"), Cells(j, "G")).Select
Selection.AutoFill Destination:=Range("E" & OrderLastRow & ":G" & OrderLastRow)
I've used the variable that way before when filling in a single column but it doesn't seem to like to do it when there is more than one
Can someone point me in the right direction?
Thanks