Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I know how to disable the X button on a userform but I was wondering if
there was a possibility that when it is used that it opens the userform splash? Thanks in advance Greg |
#2
![]() |
|||
|
|||
![]()
Hi Greg
Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer) If CloseMode < 1 Then Splash.Show End If End Sub HTH Cordially Pascal "Greg B" a écrit dans le message de news: ... I know how to disable the X button on a userform but I was wondering if there was a possibility that when it is used that it opens the userform splash? Thanks in advance Greg |
#3
![]() |
|||
|
|||
![]()
Thanks for that exactly what I needed
Greg "papou" wrote in message ... Hi Greg Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer) If CloseMode < 1 Then Splash.Show End If End Sub HTH Cordially Pascal "Greg B" a écrit dans le message de news: ... I know how to disable the X button on a userform but I was wondering if there was a possibility that when it is used that it opens the userform splash? Thanks in advance Greg |
#4
![]() |
|||
|
|||
![]()
Thanks for that exactly what I needed
My pleasure, I am glad for that ;-) Cordially Pascal "Greg B" a écrit dans le message de news: ... Thanks for that exactly what I needed Greg "papou" wrote in message ... Hi Greg Private Sub UserForm_QueryClose(Cancel As Integer, CloseMode As Integer) If CloseMode < 1 Then Splash.Show End If End Sub HTH Cordially Pascal "Greg B" a écrit dans le message de news: ... I know how to disable the X button on a userform but I was wondering if there was a possibility that when it is used that it opens the userform splash? Thanks in advance Greg |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Command Button anomalies | Excel Discussion (Misc queries) | |||
Cell Content from UserForm Not Retained | Excel Discussion (Misc queries) | |||
how to run macro in userform button | Excel Discussion (Misc queries) | |||
How can I run a macro in the background whilst a UserForm is visib | Excel Discussion (Misc queries) | |||
Command Button VBA code | Excel Discussion (Misc queries) |