If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Using vbscript to embed excel in ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-02, 05:40
yslim yslim is offline
Registered User
 
Join Date: Nov 2002
Posts: 2
Question Using vbscript to embed excel in ASP

hi
I have an embeded spreadsheet in ASP page , using Office 2000 web component. I would like to find out how to replace the following codes :

<object id="ssWorksheet" classid="CLSID:0002E510-0000-0000-C000-000000000046" width="100%" height="80%">
<param name="HTMLURL" value="MidYear.htm">
<param name="ViewableRange" value="B42:B42">

I tried
<%
Set ssWorkApp = Server.CreateObject("Excel.Application")
Set ssWorksheet = Server.CreateObject("Excel.Sheet")
%>

but I keep having error messages like "The message filter is busy"
Guess there is something wrong with my codes . Can someone please give me some advice? Where can I find more information on Office web components. Do I need to refer to ".workbooks" first?

Would really appreaciate it, thanks!!!!

Regards
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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