View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
EngrJPO EngrJPO is offline
external usenet poster
 
Posts: 3
Default excel office web components

Hi. Thanks for the values. I have not actually been able to test it yet
because i have another related problem.

My classic ASP application is being used by users who either have Office
2000, Office 2002 or Office 2003 installed in their machines. What happens is
that I want my application to be able to check the client's machine. If
Office 2003 is installed, it will use the OWC classid value of Office 2003.
Otherwise it will use the classid value of the version of Office that is
installed.

First of all is this possible to do? Secondly, can you suggest code on how
best to implement it?

Thanks again.


"Tom Ogilvy" wrote:

Possibly
<object id=ChartSpace1 classid=CLSID:0002E500-0000-0000-C000-000000000046
style="width:100%;height:480"</object
<object id=Spreadsheet1 classid=CLSID:0002E510-0000-0000-C000-000000000046
style="width:100%;height:480"</object

--
Regards,
Tom Ogilvy

"EngrJPO" wrote in message
...
I need to find out the classid value for Excel 2003's office web

component.
How do i find this?