J
jc
If you hit F1 on the ShowModal property in the Property box of a user form it
says it is read only.
In Sub UserForm_Activate the code:
If Me.ShowModal = False Then
MsgBox "Modeless"
End If
Causes Compile Error: Method ro data member not found
Is there code that can be used to check if a UserForm is Modal or Modeless?
says it is read only.
In Sub UserForm_Activate the code:
If Me.ShowModal = False Then
MsgBox "Modeless"
End If
Causes Compile Error: Method ro data member not found
Is there code that can be used to check if a UserForm is Modal or Modeless?