K8061 with VBA

Hello,
I’m trying to use my k8061 with access VBA. Is it possible?
I need to register K8061.DLL in order to use this DLL for commands. When I try to do that Acces VBA replies that it is impossible to register k8061.DLL. I tried it manually (in dos through regsvr32 command) but it displays an error: “K8061.DLL has been loaded but it is impossible to find the access point”
Any suggestion?
Thank you in advance!

Here you can download an Exel VBA example for testing purposes:
box.net/shared/yv9gr1vga0
I got this working by copying the K8061.DLL to System32 folder.

You get some results displayed on the Excel sheet by connecting the DA outputs to the AD inputs.

Are you using the Vistapack driver version 6.0.1.0 and version 2.0.0.0 of the K8061.DLL ?

Thank you very much…
I also found the problem with VBA Access…it has to be managed through API. I declared the DLL with the compelte path…and…all is working fine!!!
THank you for your support!

I’m glad to see that the problem is solved and you got the VBA Access working with the K8061. :slight_smile: