CheckProduct

From scripting
Revision as of 05:12, 22 April 2017 by Nickpisca (talk | contribs) (Created page with " Function CheckProduct(InputProduct As Variant) As Boolean On Error GoTo Blast Set InputProduct2 = InputProduct.Parent.Parent CheckProduct = True Exit Function Blast: Ch...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Function CheckProduct(InputProduct As Variant) As Boolean
On Error GoTo Blast
Set InputProduct2 = InputProduct.Parent.Parent
CheckProduct = True
Exit Function
Blast:
CheckProduct = False
End Function