TAPS_MikeDion
Well-known Member
- Joined
- Aug 14, 2009
- Messages
- 622
- Office Version
- 2011
- Platform
- MacOS
Hi everybody,
Even after looking over examples found on the forum I still can't seem to get this super simple thing to work. I'm obviously missing something small.
I have a main userform that has a "GET CLIENT INFO" button which opens a small userform displaying the client information, but I need the main userform to pass the variable ClientNum to the second form.
This is the code in the first form.
When the ClientInformationForm opens it doesn't pass the value of ClientNum.
Please help. Thanks!
Even after looking over examples found on the forum I still can't seem to get this super simple thing to work. I'm obviously missing something small.
I have a main userform that has a "GET CLIENT INFO" button which opens a small userform displaying the client information, but I need the main userform to pass the variable ClientNum to the second form.
This is the code in the first form.
Code:
Public ClientNum As Long
Private Sub ClientInfoButton_Click()
ClientInformationForm.Show
End Sub
When the ClientInformationForm opens it doesn't pass the value of ClientNum.
Please help. Thanks!
Last edited: