Difference between revisions of "CheckProduct"

From scripting
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 05:12, 22 April 2017

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