Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ret83
  • Content: Threads
  • Order by date
  1. ret83

    Get all displayed fields of a report

    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 =...

Part and Inventory Search

Back
Top