Hi,
I'm writing a macro which loops through the columns and rows of a simple list report with some filters applied. I use the following code to do that:
rowcount=objImpRep.RetrieveAll + 1
colcount=objImpRep.QueryItems.Count
For rc = 1 To rowcount
For cc = 1 To colcount
fieldvalue =...
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.