Dizzy,
There's really two ways to go about this. If you simply need to return the number of rows in a report on a report tab, insert a cell and add a variable using the function:
=NumberOfRows("DataProviderName"
To access via VBA, the appropriate syntax is to define it:
NbRowsFetched As Long
...and use this syntax:
DataProviderName.NbRowsFetched
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.