I have a stored procedure that I would like to run within an Excel macro. The usp_ has input and output parms. I currently have multiple examples of running usp_ to bring back record sets to .Net apps and Excel. I am struggling with the code needed to establish parms going in, then using the output parms, once populated, to present just that value(s) on a spreadsheet. Thanks in advance for your help. wfw