I've been doing very basic Excel Visual Basic for a few years but I'm dying with this problem:
I have a column of text (exported from a MSP schedule or other tools into Excel) and in the cells the text contains certain coding (a number followed by "FF","FS",or "SS"). Those codes are separated by commas in the same cell.
I want to know how many cells contain "SS" but do not contain a comma. The Find method in VBA seems restrictive to only one criteria...I can't figure out how to get two or more to work.
I know this is easy to do using filters in excel, but I'm trying desperately to automate it in a macro.
I would appreciate any tips or tricks that someone might be able to provide or a swift kick in the butt to go look at an existing thread; I'm new to the forum.
Thanks, CEB
I have a column of text (exported from a MSP schedule or other tools into Excel) and in the cells the text contains certain coding (a number followed by "FF","FS",or "SS"). Those codes are separated by commas in the same cell.
I want to know how many cells contain "SS" but do not contain a comma. The Find method in VBA seems restrictive to only one criteria...I can't figure out how to get two or more to work.
I know this is easy to do using filters in excel, but I'm trying desperately to automate it in a macro.
I would appreciate any tips or tricks that someone might be able to provide or a swift kick in the butt to go look at an existing thread; I'm new to the forum.
Thanks, CEB