You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use the DBListFetch function specifically as follows:
In Cell A3: =DBListFetch (B3; activeConnString; A4; G4: H4; 1)
with name activeConnString = provider=Microsoft.Jet.OLEDB.4.0;Data Source="H:\DBADDIN\pubs.MDB"
then error:
Env:, Error (Object reference not set to an instance of an object.) in DBListFetch, callID : [DBFuncsTest (version 1).xlsx]example5!$A$3
I don't know why ???
In dbaddin when in VB6 it is not the same
The text was updated successfully, but these errors were encountered:
I try to use the DBListFetch function specifically as follows:
In Cell A3: =DBListFetch (B3; activeConnString; A4; G4: H4; 1)
with name activeConnString = provider=Microsoft.Jet.OLEDB.4.0;Data Source="H:\DBADDIN\pubs.MDB"
then error:
Env:, Error (Object reference not set to an instance of an object.) in DBListFetch, callID : [DBFuncsTest (version 1).xlsx]example5!$A$3
I don't know why ???
In dbaddin when in VB6 it is not the same
The text was updated successfully, but these errors were encountered: