D
Doug B.
I have put together an add-in which has several global variables used
between the different forms of the add-ins.
The variables are declared in a module which I call basDeclarations.
The variables are dimmed as:
Public gstrUsrName as string
The problem arises only when the application is launched as an Add-In.
A message appears which states "..can't find the wizard, or the wizard
has not been installed, or there is a syntax error in the Declarations
section of a Visual Basic module."
The addition of the global variables is the only thing which changed
from the last iteration of this add-in. Is there a limitation on using
global variables from Access Add-Ins?
Any help will be appreciated. Thanks in advance.
-Doug
Best wishes,
Doug B.
between the different forms of the add-ins.
The variables are declared in a module which I call basDeclarations.
The variables are dimmed as:
Public gstrUsrName as string
The problem arises only when the application is launched as an Add-In.
A message appears which states "..can't find the wizard, or the wizard
has not been installed, or there is a syntax error in the Declarations
section of a Visual Basic module."
The addition of the global variables is the only thing which changed
from the last iteration of this add-in. Is there a limitation on using
global variables from Access Add-Ins?
Any help will be appreciated. Thanks in advance.
-Doug
Best wishes,
Doug B.