Hello,
I am going to write a program where the user can dynamically build a query to find data that is stored in an excel worksheet.
I do not know the best way to go about this.
should I bring the data into a different format first?
Should i just use excel and build statements within the excel worksheet?
The data will always be the same
The query will always change
The query must be built on the screen by the user.
The query will not always use the same columns
The query will not always use the same amt of columns
any ideas please share.
my first idea is to just build excel statements to accomplish all of this within excel by sending the columns needed and the values then use excel and maybe some vba to get the list i need then send the list back to vb long and dirty but i know i can get it to work
the 2nd idea i have is to read in all the columns i need and then sort and do all the logic within vb. probably much faster but i am working with about 30 columns and 9500 rows
Thanks again
I am going to write a program where the user can dynamically build a query to find data that is stored in an excel worksheet.
I do not know the best way to go about this.
should I bring the data into a different format first?
Should i just use excel and build statements within the excel worksheet?
The data will always be the same
The query will always change
The query must be built on the screen by the user.
The query will not always use the same columns
The query will not always use the same amt of columns
any ideas please share.
my first idea is to just build excel statements to accomplish all of this within excel by sending the columns needed and the values then use excel and maybe some vba to get the list i need then send the list back to vb long and dirty but i know i can get it to work
the 2nd idea i have is to read in all the columns i need and then sort and do all the logic within vb. probably much faster but i am working with about 30 columns and 9500 rows
Thanks again