Hi guys Is there a way I can run regsvr32.exe to register a dll using VBA? My software is in access (dont blame me, blame the company).
Access for some reason always references the old version of the DAO library. After about 2 hours of searching the internet, someone suggested registering the library, and viola it worked. It cut down my time from 2 minutes (copying a recordset cell by cell) to about 1 second.
so 1) How can I call regsvr32.exe using VBA?
2) Does this utility exist in vista and 7? company is using XP right now, but there tech services are piloting win 7 and hopefully deploy it on all the computers by end of the year. My application can not stop working!