Thread
:
Run a Stored Procedure from Excel
View Single Post
#
1
Posted to microsoft.public.excel.programming
George Thackray
external usenet poster
Posts: 1
Run a Stored Procedure from Excel
Hi. I've had exactly the same problem.
Try this - it worked for me.
Change:
cmdSP.CommandType = adCmdStoredProc
To:
cmdSP.CommandType = adCmdUnknown
Reply With Quote
George Thackray
View Public Profile
Find all posts by George Thackray