View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Witold Domienik Witold Domienik is offline
external usenet poster
 
Posts: 1
Default calling a stored procedure on MS SQL Server within MS Excel 2000

Hi everybody
I prepared a pivot table report based on an external database source (a table on MS SQL Server 2000).
Now I would like to add a button which will call a stored procedure on the server (procedure recalculating data in above table) and than will refresh the pivot table.
Regards