shilos_dad
New Member
- Joined
- Mar 20, 2019
- Messages
- 8
i have written this piece of code below, but a friend suggested i avoid using activate and select.
i tried re-writing by using WITH but it is not working. what can you guys suggest? thanks.
wb2.Activate
ws1.Activate
rngA.Select
Range(rngA, ActiveCell.End(xlDown)).Select
Selection.Copy
i tried re-writing by using WITH but it is not working. what can you guys suggest? thanks.
wb2.Activate
ws1.Activate
rngA.Select
Range(rngA, ActiveCell.End(xlDown)).Select
Selection.Copy