| Author |
Javascript and OWC (Office Web Controls)
|
Nigel Skeffington
Greenhorn
Joined: Mar 20, 2004
Posts: 7
|
|
Hello! I want to be able to control my Spreadsheet OWC using the ActiveWindow property, but I always get the error "ActiveWindow is null or not an object" yet every example I see uses the ss.ActiveWindow property. Here my object code for loading the control: <object id="ss" classid="CLSID:0002E510-0000-0000-C000-000000000046"></object> I can use the ss.ActiveSheet property, I can load data via ss.CSVUrl property, but I can not get the ActiveWindow property to work. Anyone have any ideas? I've tried to google for this info, but resources regarding programming a spreadsheet object using javascript & Internet Explorer (or VBScript for that matter) are *very* sparse. If you know of an online resource for this type of information, please let me know. Oh, and I have tried MSDN, but there isn't anything comprehensive. Thanks, Nigel
|
 |
 |
|
|
subject: Javascript and OWC (Office Web Controls)
|
|
|