View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Fredrik Wahlgren Fredrik Wahlgren is offline
external usenet poster
 
Posts: 339
Default ACT Database and Excel


"Adam" wrote in message
...
I am trying to create a userform that will be able to search and use data
from an ACT database. Is this possible to do??

Thanks in advance


You can use ODBC or ADO to get data from a database.So, this should be
possible.

/Fredrik