View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
munder munder is offline
external usenet poster
 
Posts: 1
Default can I use excel vba to write tables to a mysql database?

Hello
I receive data in dbf format. I open the files in Excel and modify them as
necessary. I want then to squirt the data into tables in a mysql database. I
want that bit to be fully automatic, so assumed I would use VBA and ODBC. Any
ideas?
Thanks