wakerider017
Board Regular
- Joined
- Jun 10, 2015
- Messages
- 77
I have the below code which seems to work well at replacing all in D7:D502 with #N/A that matches G1...
BUT, I want to replace all in D7:D502 with #N/A that does NOT match G1. How do I do that??
BUT, I want to replace all in D7:D502 with #N/A that does NOT match G1. How do I do that??
Code:
Range("D7:D502").Replace Range("G1"), "#N/A", xlWhole