View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
James W.[_2_] James W.[_2_] is offline
external usenet poster
 
Posts: 31
Default Write Data to Excel Database

I have an input form that I am trying to update an excel database with. What
I need the macro to do is using the account number find the entry in the
database and write the value that are on the input form.

Would the find and offset be the best way to do this or is their another
alternative.