hi,
i am using access97.
i have code that works fine on my machine and on another machine, but when i try on another users's machine, he gets 'active x component can't create object.'
He has the following references checked in this order:
visual basic for applications
access 8.0
excel 8.0
dao 3.5
outlook 98
I tried copying my dao350.dll to his computer, unclicking the reference and re-clicking it.
i tried:
Start, Run, regsvr32.exe C:\progra~1\common~1\micros~1\dao\dao350.dll. I was told it was successful, but he still gets the error message.
i have narrowed down the code to just:
Dim objXLApp As Excel.Application
Set objXLApp = CreateObject("Excel.Application"
but he still gets the error message.
Any other suggestions?
Thanks,
Ruth
i am using access97.
i have code that works fine on my machine and on another machine, but when i try on another users's machine, he gets 'active x component can't create object.'
He has the following references checked in this order:
visual basic for applications
access 8.0
excel 8.0
dao 3.5
outlook 98
I tried copying my dao350.dll to his computer, unclicking the reference and re-clicking it.
i tried:
Start, Run, regsvr32.exe C:\progra~1\common~1\micros~1\dao\dao350.dll. I was told it was successful, but he still gets the error message.
i have narrowed down the code to just:
Dim objXLApp As Excel.Application
Set objXLApp = CreateObject("Excel.Application"
but he still gets the error message.
Any other suggestions?
Thanks,
Ruth