Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 201
Default Spreadsheet web component

I tried using the clsid 0002E510-0000-0000-C000-000000000046 in a test html
doc:

<html
<body
<object classid="clsid:0002E510-0000-0000-C000-000000000046"
id="Spreadsheet1"
</object
<input type=button value="button" name=button1
<script language=javascript for="button1" event="onclick"
var z = new Array(3);
z[0]="aaa";
z[1]="bbb";
z[2]="ccc";
Spreadsheet1.Range("a1:c1").Value=z;
</script
</body
</html

This works on a machine with Office 2000, but not on one with Office 2003.
On the latter, I get this error:

Error: Object doesn't support this property or method

Any ideas?
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I view an Excel spreadsheet component I added in FrontPage? sigmad Excel Discussion (Misc queries) 0 April 19th 05 09:14 PM
Office Web Component Spreadsheet: C# AA2e72E Excel Programming 1 July 1st 04 08:39 AM
Use Office spreadsheet component in a ActiveX dll No Name Excel Programming 30 January 28th 04 09:52 PM
Spreadsheet component in an ActiveX dll tmarko Excel Programming 1 January 16th 04 02:42 AM
excel web component get data from spreadsheet for post Dan[_22_] Excel Programming 1 August 26th 03 09:25 PM


All times are GMT +1. The time now is 12:53 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"