G
Guest
HI,
I have created a command button (named "Refresh")
When I click on it, I want to invoke running
the sub procedure defined for a multi-select List Box.
How should I write the code for the "Refresh" button?
Here is my initial attempt (commented out):
Private Sub Refresh_Click()
'SITECRRTLIST_AfterUpdate()
End Sub
David
I have created a command button (named "Refresh")
When I click on it, I want to invoke running
the sub procedure defined for a multi-select List Box.
How should I write the code for the "Refresh" button?
Here is my initial attempt (commented out):
Private Sub Refresh_Click()
'SITECRRTLIST_AfterUpdate()
End Sub
David