E
Eddie_SP
In a multipage control, after clicking on a button, can I add a Listbox (or
any other object) without closing this multipage?
Example:
If Me.CommandButton1.Value = True Then
Listbox.Add
With Listbox
Width = X
Height = Y
Top = YY
Left = RR
End With
So... Is that possible?
any other object) without closing this multipage?
Example:
If Me.CommandButton1.Value = True Then
Listbox.Add
With Listbox
Width = X
Height = Y
Top = YY
Left = RR
End With
So... Is that possible?