- Joined
- Nov 26, 2008
- Messages
- 5
- Reaction score
- 0
I have a number of reports in Excel that pull from SQL Server 2005 by calling Stored Procedures.
I use the {CALL [SP_Name] (?)} Syntax to do this.
When I hard input say '2007' as the parameter the command works fine, but when I leave the placeholder ? in, which is defined from a cell in a control sheet in Excel, it does not.
Can anyone advise how I can pass placeholder parameters through please.
Many thanks
I use the {CALL [SP_Name] (?)} Syntax to do this.
When I hard input say '2007' as the parameter the command works fine, but when I leave the placeholder ? in, which is defined from a cell in a control sheet in Excel, it does not.
Can anyone advise how I can pass placeholder parameters through please.
Many thanks