Thread
:
Userform Close button
View Single Post
#
2
Posted to microsoft.public.excel.programming
Phonio[_3_]
external usenet poster
Posts: 1
Userform Close button
put this in your code
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode A
Integer)
Cancel = 1
End Sub
this will stop the user from closing the userform
Phonio:cool
--
Message posted from
http://www.ExcelForum.com
Reply With Quote
Phonio[_3_]
View Public Profile
Find all posts by Phonio[_3_]