O
Outatym
Have a userform called PPSForm
Trying to call it up using the following code:
Sub PPS()
'
' PPS Macro
' Macro created 4/18/2008 by Chris
'
PPSForm.Show
End Sub
When It runs I get the same error for type mismatch. I have shown userforms
before but never had this issue. Any ideas?
Trying to call it up using the following code:
Sub PPS()
'
' PPS Macro
' Macro created 4/18/2008 by Chris
'
PPSForm.Show
End Sub
When It runs I get the same error for type mismatch. I have shown userforms
before but never had this issue. Any ideas?