cyrous0425
New Member
- Joined
- May 30, 2018
- Messages
- 31
Here's my code:
If Target.Address = "$F$13" Or Target.Address = "$F$14" Then.
Now my problem is I have to make it up to "$F$1000" and it's very frustrating to enter it one by one. Is there away to make the code shorten? Thanks
If Target.Address = "$F$13" Or Target.Address = "$F$14" Then.
Now my problem is I have to make it up to "$F$1000" and it's very frustrating to enter it one by one. Is there away to make the code shorten? Thanks