Dim RS2 As iHistorian_SDK.TagRecordset
...
For intI = 1 To RS2.Item.Count
....
HistEngHigh = RS2.Item(intI).HiEngineeringUnits
Now this gives the error Interface 'VBA.Collection' cannot be indexed because it has no default property. Now it used to work when I ran the code in VBA 6.5 via iFIX but now that I have made a standalone project in Visual Studio 2005 it gives me this error.
So what do I do? What is a default properly and why does it not have one/need one?
Thanks