I have a database that uses references to excel. The users that will be
using this database have different versions of excel. Therefore, we get the
broken link all the time. How do I correct this.
Thanks.
You could try using Late Binding, which frees you from having to set a
reference to Excel in your application.
Tony Toews has some examples at
http://www.granite.ab.ca/access/latebinding.htm

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)
> I have a database that uses references to excel. The users that will be
> using this database have different versions of excel. Therefore, we get the
> broken link all the time. How do I correct this.
> Thanks.
SteveTyco - 17 Dec 2004 17:45 GMT
Thanks. Got it. Works fine now.
> You could try using Late Binding, which frees you from having to set a
> reference to Excel in your application.
[quoted text clipped - 7 lines]
> > broken link all the time. How do I correct this.
> > Thanks.