A
axs221
I am trying to move some of our large VBA Access front-end file into
ActiveX DLL files. I created two DLL files so far, one was a module
that contains code to integrate into the QuickBooks accounting
software. Another has general utilities.
I tried referencing the utilities dll, and it shows up in the object
explorer. I instantiated an instance of the class and now it shows up
all okay in the Intellisense. Whenever I try to run a simple function,
though, even a subroutine that just does:
MsgBox "Test"
It gives me the error 91: Object variable or With block variable not
set
Am I missing a step here? We really need these DLLs, or some
alternative, so that we can better use Subversion for our main project.
ActiveX DLL files. I created two DLL files so far, one was a module
that contains code to integrate into the QuickBooks accounting
software. Another has general utilities.
I tried referencing the utilities dll, and it shows up in the object
explorer. I instantiated an instance of the class and now it shows up
all okay in the Intellisense. Whenever I try to run a simple function,
though, even a subroutine that just does:
MsgBox "Test"
It gives me the error 91: Object variable or With block variable not
set
Am I missing a step here? We really need these DLLs, or some
alternative, so that we can better use Subversion for our main project.