View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] julian.tklim@gmail.com is offline
external usenet poster
 
Posts: 3
Default Excel Objects error in ASP pages

Hi,

Recently, I upgraded to MS Office 2003 SP1. I am running on Windows XP
SP2, IE6 SP2. When I tried to open my coporate website which runs on
IIS Server, one of the ASP page gave a run time error.

Error: Object doesn't support this property or method:
'ProjectionForm.ssWorksheet'.

Basically, this ASP page will call out an Excel Spreadsheet in the
browser.(Eg: Webserver returning an xls file to the browser) It works
perfectly fine in other PC with the same configuration.

Question: It is because my Office 2003 is not installed properly or
there is some Excel objects that I forgot to install?

Please help, Thanks in advance.


Julian