HEre is an example of a stored proc that requires 3 values and to which I am submitting 3 VBA variables that are fed by values in cells
.CommandText = Array("exec property_PricingSummary_SP1 '" & varLocation & "','" & varBegDate & "','" & varEndDate & "'")