View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AL AL is offline
external usenet poster
 
Posts: 37
Default GETSQL Is too slow

I love using the GETSQL function within an excel worksheet
to easily retrieve data from an access database. The
function is easy enough so that non technical personnel
can modify it when they see fit.

The problem is that when you have too many getsql
functions on a worksheet, the worksheet takes a long time
to recalculate. Any ideas??

If not then i'll just use traditional ado with parameter
boxes contained on the worksheet to retrieve data.

Thanks in advance.