Input Box Value Match
Posted by Troy on October 31, 2001 6:15 AM
I have an inputbox that asks for a date. I then have a list of dates and a looping statement that will extend (resize) a range to that date. The problem I am having is it is not matching in the loop statement. I believe the inputbox is a string and the list is excel formated dates. Is there a way to match the two together? Thanks.