View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Excel Macro with Access

Hi
you may post the relevant part of your code :-)

--
Regards
Frank Kabel
Frankfurt, Germany


Daniel Barelli wrote:
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.