Excel Query

M

MS User

I got a stored procedure with 1 parameter and I want to call this stored
procedure inside an Excel Query ,

I tried

..dbo.MySP ?

It return with error message
"Parameters are not allowed in queries that can't be displayed graphically"

The purpose for this approach -

This would allow me to anchor my parameter to certain cells on the
spreadsheet.
My report users could then change the values in those cells and click a
button to refresh the query data.

Thanks
Mike
 
Top