Dear Friends,
I am having a question regarding macro development with "*" character.
I am trying to develop a macro where i have to sort , count and remove the duplicates for some strings(Each string is existing in a cell).But few strings contains "*" character at the end.
While doing the operations this character is getting considered as a wild card entry which is messing up the counts.
How to declare and write the code in VBA
so that this last "*" character will be considered as only a character rather than wildcard entry.
Some example of the strings in the column are as follows:
aa-bb-cccd
ba-cc-ad
abcird
cca-dc-it*
vva-tt-pq*
Need your help at your earliest convenience.
Best regards
Amit
I am having a question regarding macro development with "*" character.
I am trying to develop a macro where i have to sort , count and remove the duplicates for some strings(Each string is existing in a cell).But few strings contains "*" character at the end.
While doing the operations this character is getting considered as a wild card entry which is messing up the counts.
How to declare and write the code in VBA
so that this last "*" character will be considered as only a character rather than wildcard entry.
Some example of the strings in the column are as follows:
aa-bb-cccd
ba-cc-ad
abcird
cca-dc-it*
vva-tt-pq*
Need your help at your earliest convenience.
Best regards
Amit