Bub_the_Zombie
Board Regular
- Joined
- Nov 1, 2016
- Messages
- 53
Hey everyone I have a piece of vba code that is very long and works on several sheets. Because of the selecting ranges for copy and pasting I added a command to select a single cell after the commands were done so the blue highlight selection field would go away. For some reason it works on every page except one, why is that?
WS works, WS2 does not
WS works, WS2 does not
Code:
WS.Range("N1").Select
WS2.Range("N1").Select