View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default ADODB.Connection not displaying when defining a variable

Have you set a reference to ADO in the VBE ?

Tim

"ToniS" wrote in message
...
I am trying to use VBA to connect to SQL Server, I am currently running
Office 2003 when I type in Dim Conn as the list of objects appear, but I
do
not see the ADODB with in the list

Any suggestions would be greatly appreciated
Tonis