Hi folks,
I have a macro that takes an entry from an inputbox and assigns it to variable a of type variant.
A problem arises when the entry in the inputbox is similar to a date. e.g. if the value from the inputbox is FEB02. This is not a date, it just happens to resemble a date.
When analysing...