AlexanderBB
Well-known Member
- Joined
- Jul 1, 2009
- Messages
- 2,072
- Office Version
- 2019
- 2010
- Platform
- Windows
I can pass one variable ok, but I need to pass 2.
Doesn't seem to work.. Is there an example with 2 variables?
("Fred", 9) in brackets nogo either.
Doesn't seem to work.. Is there an example with 2 variables?
Code:
Public Property Let iItem (aa As String, v As Integer)
... do stuff
End Property
Dim Test as Popup
Set Test = New Popup
Test.iItem = "Fred", 9
("Fred", 9) in brackets nogo either.
Last edited: