Peter Davison
Active Member
- Joined
- Jun 4, 2020
- Messages
- 451
- Office Version
- 365
- Platform
- Windows
I have a simple task of copying a row of formulas into a variable length of rows determined by "LastRow"
I have to do this on 20 different sheets (called Master1 to Master 20)
Would you be able to help me set up a loop to do this?
This is my copy and paste values formula I need to do on the 20 sheets
Range("B21").Select
Range("B21:L" & LastRow).Formula = Range("B21:L21").Formula
Range("B22:L" & LastRow).Value = Range("B22:L" & LastRow).Value
Thank you for your help
I have to do this on 20 different sheets (called Master1 to Master 20)
Would you be able to help me set up a loop to do this?
This is my copy and paste values formula I need to do on the 20 sheets
Range("B21").Select
Range("B21:L" & LastRow).Formula = Range("B21:L21").Formula
Range("B22:L" & LastRow).Value = Range("B22:L" & LastRow).Value
Thank you for your help