redspanna
Well-known Member
- Joined
- Jul 27, 2005
- Messages
- 1,604
- Office Version
- 365
- Platform
- Windows
Hi all,
simple question (if you know the answer I guess)...
current line of code will copy formula down 100 lines
what do I add or change to make the above line copy the formula UP?
thanks
simple question (if you know the answer I guess)...
current line of code will copy formula down 100 lines
Code:
.Range("B" & Aw).AutoFill Destination:=.Range("B" & Aw).Resize(100)
thanks