+ Reply to Thread
Results 1 to 2 of 2

Creating a virtual table in VBA Excel

  1. #1
    Registered User
    Join Date
    06-14-2005
    Posts
    41

    Question Creating a virtual table in VBA Excel

    Hi,

    I want to do something, let's say nonconventional. Last fall, I studied in a Java class, and we created virtal tables in memory where we put data in it. It was purely an object in Eclipse Java program. No database was supporting the data, only the object in memory. So you could get one data by getting it in the precise row in my virtual table when my list was done. It allowed me to creating dynamic tables, where the number of data was not always the same one. Now I want to do it in Excel VBA. You could say, "why bothering with that! Just throw thoses damn values in cells and you'll get the result!" Well, I think it's an interesting challenge, and it's simplier in my view once you know the concept. So you can do lot's of mathematic equations with this virtual table. So does anyone can point me something to help me on virtual tables in memory?
    Thanks

    Jean-Jérôme Doucet

  2. #2
    Forum Contributor
    Join Date
    01-21-2005
    Location
    Colorado
    MS-Off Ver
    2000,2003,2007
    Posts
    481
    Have you looked at using multidimensional arrays?
    You could put your data into the array and then perform mathematical operations on the array.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1