I've created some code that is walking down Column A of my spread sheet and I want to test to see if a certain text condition is met. That condition is a specific number format which is "##-####.#" I'm using a select case statement. What should my Cases be?
Data in column A has "", or is null, Dates, regular text, Numbers and "##-####.#" I'm only concerned with finding "##-####.#"
Data in column A has "", or is null, Dates, regular text, Numbers and "##-####.#" I'm only concerned with finding "##-####.#"