View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jon Kane Jon Kane is offline
external usenet poster
 
Posts: 2
Default Accessing External Data

I am using VBA in excel to query a microsofts sql server using odbc drivers
in order to bring all the information into an excel spreadsheet. I've been
running into some problems and am wondering what is the easiest way to go
about accomplishing this task. Thanks for the help.

--Jon