Thread: Command Button
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ForSale[_25_] ForSale[_25_] is offline
external usenet poster
 
Posts: 1
Default Command Button

assuming that the Cancel button is CommandButton3:

Private Sub CommandButton3_Click()
Unload Me
End Su

--
Message posted from http://www.ExcelForum.com