G
Guest
Hello All,
Is there a way in VBA to tell if a DLL is registered?
I have a custom DLL that needs to be loaded for the database to work.
I want the code to check to see if it is already registered, if not, load it.
Using Shell and regsvr32 works great.
Thanks in advance,
Brian Clark
Is there a way in VBA to tell if a DLL is registered?
I have a custom DLL that needs to be loaded for the database to work.
I want the code to check to see if it is already registered, if not, load it.
Using Shell and regsvr32 works great.
Thanks in advance,
Brian Clark