Hi,
I'm getting this error when I try to run the following piece of code:
I've also tried but I still get the same error:
I'm writing an application using the QuickBooks SDK and I have added the qbFC13 library to references. Also this code works in VB. Would appreciate any help, thanks.
I'm getting this error when I try to run the following piece of code:
Code:
Dim mySessionManager As QBFC13Lib.QBSessionManager
Set mySessionManager = QBFC13Lib.QBSessionManager
I've also tried but I still get the same error:
Code:
Dim mySessionManager As QBFC13Lib.QBSessionManager
Set mySessionManager = createObject("QBFC13Lib.QBSessionManager")
I'm writing an application using the QuickBooks SDK and I have added the qbFC13 library to references. Also this code works in VB. Would appreciate any help, thanks.