VoodooRage
Programmer
I have code running in a Private Sub where there are Public variables in the GENERAL section.
The code runs and opens a custom dialog box that allows the user to enter data. When the dialog closes I want to pass the data to the variables in the original module. For the life of me I can't get the data that is assigned from the dialog box to the public variables to actually work.
I can display the information when the dialog closes (using a msgbox) when I display the public variables (usning a msgbox) there are no values in the variables? The code is running correctly as far as sequence is concerned?
Any help would be appreciated as always!
The code runs and opens a custom dialog box that allows the user to enter data. When the dialog closes I want to pass the data to the variables in the original module. For the life of me I can't get the data that is assigned from the dialog box to the public variables to actually work.
I can display the information when the dialog closes (using a msgbox) when I display the public variables (usning a msgbox) there are no values in the variables? The code is running correctly as far as sequence is concerned?
Any help would be appreciated as always!