Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pmpayne
  • Content: Threads
  • Order by date
  1. pmpayne

    How do I pass an array to a function?

    I have the following function call:<br><br>Set rsWorksheetInformation = RunSPReturnRS(strStoredProcedure, _<br>&nbsp;&nbsp;Array(&quot;@RGN&quot;, adInteger, 3, 2), _<br>&nbsp;&nbsp;Array(&quot;@CAT&quot;, adInteger, 3, 65))<br><br>And the following function:<br><br>Function RunSPReturnRS(ByVal...

Part and Inventory Search

Back
Top