I have calculated formula in one cell via VBA. Now I want to drag the same formula down till the rows count.
I am using
Application.CutCopyMode = False
ActiveCell.Select
Selection.AutoFill Destination:=Range(rng & ":" & r & "7129")
ActiveSheet.Calculate
This is copying values not the formula. Please let me know what I need to correct
Thanks
Ruchi
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.