Sonythenovice
New Member
- Joined
- Mar 15, 2016
- Messages
- 31
Hi everyone,
i have a very large macro and in it one line of code copys and pastes but i want the paste to be just values
heres the code
i have a very large macro and in it one line of code copys and pastes but i want the paste to be just values
heres the code
Code:
Range(rngDataStart.Offset(1, c), rngDataStart.Offset(59, c)).Copy rngTarget.Offset(4, 0)