View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default sql vba applications

Look into use Excel's QueryTables on a worksheet or VBA and ADO.

NickHK

"AD108" wrote in message
...
I have been working with VBA for a little while now. I would like to
continue on by learning how to access my SQL server. (retrieving data

into
excel and importing data from excel back to the server)

Any suggestions on where to start learning?

Thanks in advance.