thank you for your very useful example codes.
i started a little project. roughly speaking i aim at automatically updating an Excel spreadsheet from data released weekly on the internet.
i first check whether or not my Excel file is up-to-date.
a regex extracts the date contained in the webpage that is the date of the latest update online. i thus come up with a string, right ? (and that might be my problem)
now, i need to check whether the corresponding date (in Excel dd/mm/yyyy date format) yet exists in the spreadsheet (more exactly, in the B column) .
what is smart way to cope with that ? i guess there is casting involved ?
thank you.
