LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 71
Default Retrieving Data Problem

I am having real trouble retrieving the data from the data structure I have
built.

I have created a collection:

Dim areas As New Collection

Added to the collection:

For i = 0 To TierNum - 1

Dim quad1 As New AClass
quad1.Shape = quad
quad1.Key = CStr(areakeynum)
areas.Add quad1.Shape, quad1.Key
areakeynum = areakeynum + 1
Next i

Added to the collection initialized in AClass:

Set pts1 = New PClass
pts1.x = 5
pts1.y = 2
pts1.Key = "Point 1"
quad1.theCollection.Add pts1

Now I want to retrieve each PClass for each AClass in the areas collection.

I am in dire need of some help.

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
retrieving data Jess Excel Worksheet Functions 1 February 13th 07 04:54 PM
Retrieving data from the web - help ! glynny Excel Worksheet Functions 0 February 20th 06 02:04 AM
Retrieving data Alan M[_2_] Excel Programming 5 March 24th 05 12:27 PM
Problem Code: Retrieving Stored Access 03 Query Bettergains Excel Discussion (Misc queries) 2 December 7th 04 04:11 PM
problem in retrieving data from excel report kanth Excel Discussion (Misc queries) 1 December 5th 04 07:28 PM


All times are GMT +1. The time now is 09:01 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"