View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Simon Sunke Simon Sunke is offline
external usenet poster
 
Posts: 10
Default VBA Database access

Hello

It's been a while since I've been programming in classical VB... (no VB.net)
I now have to write some Excel VBA stuff to access a Database (SQL-Server)
and I don't know how.
Is there any good tutorial or can anybody help me?
Finally, the user must be able to enter a number in the excel sheet and the
macro then gets a record from the database, using the user's input as
WHERE-argument
Thanks for your help!

Simon