Halloa!
I have a little problem. I’ve a Access Database with tons of data and users who don’t know how to consult it. So, I wrote some easy-to-use Excel’s VBA Functions which are as simple as: a ADODB.Connection and a ADODB.Recordset with a SQL sentence like: SELECT Number FROM Table WHERE Date = ‘v1’ AND Name = ‘v2’ (v1 and v2 are the parameters). When you write =Function(v1,v2) in a cell, it shows up the Number. Easy, isn’t it? Well, my ‘users’ need to retrieve many Numbers. Hence, they use that Function in many cells. I tried multiple solutions, but Excel retrieves the result very slowly (4/5 per second… ). You have to wait for a minute to update 400 cells. Am I clear enough?? Any suggestions?? The database is in a server which is shared with many other people.
I was also wondering: how could I insert ‘help sentences’ in the function wizard of Excel? When you go through Insert -> Formula, a window to chose the formula appears. Once you have selected the function, another window appears where you enter the parameters. I want to describe the formula and the variables for my ‘users’ as it is done in the avaible functions of Excel (Sum(), days360(), day(), month(), etc).
Hope I wrote an undersatable english.
All the best!
Federico.