View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daniel Barelli Daniel Barelli is offline
external usenet poster
 
Posts: 1
Default Excel Macro with Access

First excuse me for my english, im from argentina.
I want to manage an access file with a macro from excel, but when i try to
do a "FIND", the code give me an error. Someone could help me ?
Iam using a DAO control and triying to use the FIND command like in VB.
For example: Controldata.Recordset.Findfirst varwithsqlcode

Thanks.