Jaafar Tribak
Well-known Member
- Joined
- Dec 5, 2002
- Messages
- 9,779
- Office Version
- 2016
- Platform
- Windows
Is there a way to read the ShowModal Property at runtime ?
Something like this :
Which obviously generates a compile error
Regards.
Something like this :
Code:
Private Sub UserForm_Activate()
MsgBox Me.ShowModal
End Sub
Regards.
Last edited: