Rob,
In which database is the stored procedure? (SQLServer, Oracle etc...)
Calling stored procedures is fairly standard and requires setting up an ODBC connection, connecting to the database and packaging SQL in the correct format to call the stored procedure.
As to getting data back, I would suggest that the stored procedure output the results to a table and then use Excel/VBA to query the table.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.