View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Write Data to Excel Database

I would say yes.

--
Regards,
Tom Ogilvy

"James W." wrote in message
...
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.