Capturing Spreadsheet Events in ASP.Net

A

Alvin Bruney [MVP - ASP.NET]

sp_SheetChange(args go here) for scripting. The signature must match
exactly. Javascript variations are also possible. If you are looking to do
this from windows forms, there is a kb article out there to follow for
preparing the spreadsheet for events since it isn't hooked up by default

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
 
S

Stephen Farmer

Go it.... working in a web based app.

Thanks

Alvin Bruney said:
sp_SheetChange(args go here) for scripting. The signature must match
exactly. Javascript variations are also possible. If you are looking to do
this from windows forms, there is a kb article out there to follow for
preparing the spreadsheet for events since it isn't hooked up by default

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc
Stephen Farmer said:
Anyone have a working sample of capturing spreadsheet events in a
webform?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top