I have a music database. I use codes to record keywords from the lyrics. I have tried to make each code unique, so that I will receive only valid matches, but have not been successful.
I am looking for an easy way to determine whether a particular cell contains a first code (e. g., tk), a second code (e. g., dntk), or both codes. I imagine Select Case would be good for this.
Once it is working for a single cell, I can do a For Next to do the entire database.
Any and all help will be greatly appreciated.
Thanks.
I am looking for an easy way to determine whether a particular cell contains a first code (e. g., tk), a second code (e. g., dntk), or both codes. I imagine Select Case would be good for this.
Once it is working for a single cell, I can do a For Next to do the entire database.
Any and all help will be greatly appreciated.
Thanks.