I've been working with a lot of VBA in Excel using the ADO to query a
named range in a spreadsheet.
It works with Excel 2003 SP2 and Excel 2002. However, the same
workbook on one of my co-worker's computers it doesn't work. He's
using Excel 2003. It gives me an error stating the following:
"Microsoft Jet Database Engine could not find the object 'MyNamedRange'".
My guess is that it has something to do with .dll versions or
something along those lines. It doesn't make sense that it would
otherwise work on a previous and post version of Excel.