awsumchillicrab
Board Regular
- Joined
- Jan 30, 2011
- Messages
- 56
Hi all,
In removing duplicates with case-sensitivity, I can't use a COUNTIF so the substitute for counting is this formula entered with Ctrl-Shift-Enter:
Now I want to incorporate this into VBA, so that I can include the .delete method. How do I do it?
For starters, VBA doesn't seem to have WorksheetFunction.Exact
In removing duplicates with case-sensitivity, I can't use a COUNTIF so the substitute for counting is this formula entered with Ctrl-Shift-Enter:
=SUMPRODUCT(--EXACT($D$13:$D$16,D15))
Now I want to incorporate this into VBA, so that I can include the .delete method. How do I do it?
For starters, VBA doesn't seem to have WorksheetFunction.Exact