wonderergirl
New Member
- Joined
- Aug 3, 2014
- Messages
- 28
Hi all,
I would like to compare two strings together to check if they are same or not. However there are some conditions where the two strings are considered same.
Conditions where both strings are the same:
1) "Bear Care Co" & "Bear Care"
2) "Bear Care" & "Bear Care Co"
3) "Bear Group" & "Bear Corp"
4) "Dog/Puppy" & "Puppy/Dog"
5) "Inter Study Group" & "ISG"
6) "Cat/Kitten" & "Kitten"
Is it possible to do so in VBA code? Thanks in advance
I would like to compare two strings together to check if they are same or not. However there are some conditions where the two strings are considered same.
Conditions where both strings are the same:
1) "Bear Care Co" & "Bear Care"
2) "Bear Care" & "Bear Care Co"
3) "Bear Group" & "Bear Corp"
4) "Dog/Puppy" & "Puppy/Dog"
5) "Inter Study Group" & "ISG"
6) "Cat/Kitten" & "Kitten"
Is it possible to do so in VBA code? Thanks in advance