Argh! It's been one of those days.
OK, create a new spreadsheet.
In column A, enter a date in mmm-yy format.
In column B, enter several dates in mmm-yy format.
In a VBA module, try to use .match or .find to lookup Col-A date in column B.
The only way I have been able to get this to work is to hardcode A as a serial date and format column b as serial date. Obviously, hard-coding isn't an option.
Please Help!
OK, create a new spreadsheet.
In column A, enter a date in mmm-yy format.
In column B, enter several dates in mmm-yy format.
In a VBA module, try to use .match or .find to lookup Col-A date in column B.
The only way I have been able to get this to work is to hardcode A as a serial date and format column b as serial date. Obviously, hard-coding isn't an option.
Please Help!