Thread: MS Query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David David is offline
external usenet poster
 
Posts: 3
Default MS Query

I am trying to use MS query to return data from a SQL Server Database
using an existing stored procedure.

How can I pass parameters to the sp from MS query? I'd like to keep
the parameters in worksheet cells.

Thanks