Dear friends,
I'm creating an Excel Add-in that has several functions. Also I have a bid data in Access (more than 10 000 rows, and several tables).
The Add-in connects to DB when it opens. Then every function in the Add-in use RecordSets to read data from Access DB and do some calculations.
This method works. The problem is the speed )).
When I use a workbook that has lots of this Add-in functions, it works very slow And every time it takes several minutes to open the workbook.
Of course I could bring the data to Add-in worksheets, but this will overload the excel file.
So I would like to ask Excel/Access experts if there is another way to read the data and not to execute them every time with every function?
I'm creating an Excel Add-in that has several functions. Also I have a bid data in Access (more than 10 000 rows, and several tables).
The Add-in connects to DB when it opens. Then every function in the Add-in use RecordSets to read data from Access DB and do some calculations.
This method works. The problem is the speed )).
When I use a workbook that has lots of this Add-in functions, it works very slow And every time it takes several minutes to open the workbook.
Of course I could bring the data to Add-in worksheets, but this will overload the excel file.
So I would like to ask Excel/Access experts if there is another way to read the data and not to execute them every time with every function?