Hi,
I am using ADO and DAO objects in my Excel Application. To use them i add the references
"msado21.tlb" for ADO from c:\Program Files\Common Files\System\ado\ directory
and
"dao360.dll" for DAO from c:\Program Files\Common Files\Microsoft Shared\DAO\ directory.
I would like to automatically include the references on Excel startup in users machine. I would like to know how i can get the Location where the common files are installed, so that i need not hard code the directory location (c:\).
Thanks
Veera
I am using ADO and DAO objects in my Excel Application. To use them i add the references
"msado21.tlb" for ADO from c:\Program Files\Common Files\System\ado\ directory
and
"dao360.dll" for DAO from c:\Program Files\Common Files\Microsoft Shared\DAO\ directory.
I would like to automatically include the references on Excel startup in users machine. I would like to know how i can get the Location where the common files are installed, so that i need not hard code the directory location (c:\).
Thanks
Veera