Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default most efficient way to filter out and iterate through XLS databases

I just noticed posting this message in the wrong discussiongroup *sorry* ...
so here it is in the correc place)

Hi all,

I am currently doing some rapid prototyping in VBA-Excel2003.
Excel is used as lightweight relational database, hence requiring
frequent selection of 'records/rows' based on multiple criteria.

The selections then are transformed into arrays in order to present them in
listboxes.

What is the most efficient/performant way to filter out the relevant
information ?
autofilter ? advancefilter ? find(next) ? for each r in rows - loop ?

tnx in advance,
kind regards,
Bart Wouters

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default most efficient way to filter out and iterate through XLS databases

As you are talking about proto-typing a relational database, maybe the
best is to use SQL.

RBS


"Bart Wouters" wrote in message
...
I just noticed posting this message in the wrong discussiongroup *sorry*
...
so here it is in the correc place)

Hi all,

I am currently doing some rapid prototyping in VBA-Excel2003.
Excel is used as lightweight relational database, hence requiring
frequent selection of 'records/rows' based on multiple criteria.

The selections then are transformed into arrays in order to present them
in
listboxes.

What is the most efficient/performant way to filter out the relevant
information ?
autofilter ? advancefilter ? find(next) ? for each r in rows - loop ?

tnx in advance,
kind regards,
Bart Wouters


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default most efficient way to filter out and iterate through XLS datab

although an SQL database would indeed be the easiest way to work, the
operational environment I'm working in does not allow this kind of
prototyping on databases (not even access), the only tool at hand is excel
....

so I'll have to do my thing in excel, with tables = sheets, rows = records ...

"RB Smissaert" wrote:

As you are talking about proto-typing a relational database, maybe the
best is to use SQL.

RBS


"Bart Wouters" wrote in message
...
I just noticed posting this message in the wrong discussiongroup *sorry*
...
so here it is in the correc place)

Hi all,

I am currently doing some rapid prototyping in VBA-Excel2003.
Excel is used as lightweight relational database, hence requiring
frequent selection of 'records/rows' based on multiple criteria.

The selections then are transformed into arrays in order to present them
in
listboxes.

What is the most efficient/performant way to filter out the relevant
information ?
autofilter ? advancefilter ? find(next) ? for each r in rows - loop ?

tnx in advance,
kind regards,
Bart Wouters



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,452
Default most efficient way to filter out and iterate through XLS datab

You can use SQL in Excel.
If you do a Google NG search for this NG with my name and SQL you
will find some examples.

RBS


"Bart Wouters" wrote in message
...
although an SQL database would indeed be the easiest way to work, the
operational environment I'm working in does not allow this kind of
prototyping on databases (not even access), the only tool at hand is excel
...

so I'll have to do my thing in excel, with tables = sheets, rows = records
...

"RB Smissaert" wrote:

As you are talking about proto-typing a relational database, maybe the
best is to use SQL.

RBS


"Bart Wouters" wrote in message
...
I just noticed posting this message in the wrong discussiongroup *sorry*
...
so here it is in the correc place)

Hi all,

I am currently doing some rapid prototyping in VBA-Excel2003.
Excel is used as lightweight relational database, hence requiring
frequent selection of 'records/rows' based on multiple criteria.

The selections then are transformed into arrays in order to present
them
in
listboxes.

What is the most efficient/performant way to filter out the relevant
information ?
autofilter ? advancefilter ? find(next) ? for each r in rows - loop ?

tnx in advance,
kind regards,
Bart Wouters




Reply
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
most efficient way to filter out and iterate through datasets in X Bart Wouters[_2_] Excel Discussion (Misc queries) 1 February 12th 08 03:54 PM
How to iterate through columns? axwack Excel Programming 1 December 22nd 07 10:18 PM
Iterate through a form RobEdgeler Excel Programming 2 September 17th 05 06:58 PM
Iterate through controls lgbjr Excel Programming 3 May 28th 05 02:09 PM
Can't iterate thru a row with For peter Excel Programming 2 January 7th 05 04:46 AM


All times are GMT +1. The time now is 10:22 AM.

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"