Thread: Filter sub
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
[email protected] paul.robinson@it-tallaght.ie is offline
external usenet poster
 
Posts: 789
Default Filter sub

Sorry, the Cancel button code should be
Private Sub Cancel_Click()
Owner = ""
Userform1.Hide
End Sub

Paul