|
-
Dec 28th, 2001, 04:43 AM
#1
Thread Starter
Lively Member
ismissing
Private Sub Command1_Click()
f1
End Sub
Private Sub Command2_Click()
f2
End Sub
Private Sub f1(Optional a As Variant)
MsgBox IsMissing(a)
End Sub
Private Sub f2(Optional a As Integer)
MsgBox IsMissing(a)
End Sub
the function only works with the variant type
is there another way to use this
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|