G
Guest
Hello everyone
My task is to query a table in a VBA function and then return the count to
the calling environment.
How do I do that inside the function?
The profile of the function is something like this:
function CountItems ( strSQL as String) as integer
Many thanks
My task is to query a table in a VBA function and then return the count to
the calling environment.
How do I do that inside the function?
The profile of the function is something like this:
function CountItems ( strSQL as String) as integer
Many thanks