Thread
:
X button on userforms
View Single Post
#
1
Posted to microsoft.public.excel.programming
OJ[_2_]
external usenet poster
Posts: 111
X button on userforms
Hi Greg, look up QueryClose in VBA Help but this will disable the
X.....
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As
Integer)
Cancel = True
End Sub
Hth,
OJ
Reply With Quote
OJ[_2_]
View Public Profile
Find all posts by OJ[_2_]