Hi,
I have an Access project that uses the iGrid drag-and-drop methods. These methods use the VBRUN.DataObject type in the arglists of various events.
This requires a reference to ...\SysWOW64\msvbvm60.dll (VBRUN), but I cannot set the reference because there is a name conflict with VBE7.DLL (VBE).
Now, in my existing project, everything is there, but the reference to msvbvm60.dll appears as follows:
C:\Windows\SysWOW64\msvbvm60.dll\3
The problem is, I am trying to make a new project, but I cannot find how to set the reference for VBRUN as above (with the "\3" suffix - what does that mean by the way?). (Note: to be honest I do not remember how I managed to set that up in the existing project, but I do not recall encountering this problem...)
I have seen this thread in the forum:
https://10tec.com/forum/posts/t450-Reference-to-VBRUN-DataObject which mentions using the VBA method References.AddFromFile, but this gives me the same error when it executes at runtime (name conflict).
Can anyone help?
Many thanks.