View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_4_] Bob Phillips[_4_] is offline
external usenet poster
 
Posts: 834
Default Is it possible to run an Oracle PL\Sql procedure within Excel?

Yes, but you would need to use ADO to setup the commandtext to issue to the
database, and process the results.

Do a Googl on 'ADO Oracle Stored Procedure'. Top result is
http://support.microsoft.com/kb/176086

HTH

Bob

"mowee" wrote in message
...
Is it possible to run an Oracle PL\Sql procedure within Excel?