What am I doing wrong?

The following pops up a msgbox "OK Bridge; Then it pops up a msgbox "QSRules is null"

Trying to use qsRules results in an 'object required" error.

What am I doing wrong?

Thanks Galen

If Not qsBridge Is Nothing Then

msgBox("OK Bridge")

end if

Dim QSRules

Set QSRules = qsBridge.RequestQSRules()

if QSRules is nothing then msgBox("QSRules is null") else msgBox("OSRules OK") end if

Reply to
Galen Meyer
Loading thread data ...

BeanSmart website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.