View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fl fl is offline
external usenet poster
 
Posts: 10
Default Logon information

I can pull data from the a SQL database table into a spreadsheet using
VBA but I have to hard code my user id information such as password to
get it. I want to use a userform to pass the UserID and Password for
the query. Is there a addin that will do that? How do I handle this?
Thanks.