When I retrieve an infoobject it stops at a count of 1000. Is there a setting to increase this count?
Set aResult = objInfoStore.Query(infoStr)
Debug.Print "result Count = "; aResult.ResultCount
Debug.Print " Count = "; aResult.Count
The resultcount is 1751, but it only brings back 1000 objects.
Set aResult = objInfoStore.Query(infoStr)
Debug.Print "result Count = "; aResult.ResultCount
Debug.Print " Count = "; aResult.Count
The resultcount is 1751, but it only brings back 1000 objects.