I can pass one variable ok, but I need to pass 2.
Doesn't seem to work.. Is there an example with 2 variables?
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.