Viewing 4 posts - 1 through 4 (of 4 total)
And we got the cell reference to work in 2007 through the parameter dialog not by entering the direct cell reference. I think the SQL you enter goes straight to...
December 11, 2008 at 1:36 pm
I my experience the syntax that as consistently worked is:
{Call storedprocedure (?,?)}
So the parameters had to be in parentheses and the entire statement had to be preceded with Call and...
December 11, 2008 at 1:33 pm
The syntax for calling a SQL Server stored procedure with parameters in Excel 2007 (maybe even for 2003, not sure): {Call sp_name(?,?)}
You can add a connection through ms query, as...
December 10, 2008 at 8:33 pm
Hello,
I just wanted to note that--at least in Excel 2007--you can use the call syntax to call stored with parameters from Excel.
{Call ?,?,?,?,... ?} works just fine.
You're warned...
August 13, 2008 at 12:04 am
Viewing 4 posts - 1 through 4 (of 4 total)