> I cannot find a definitive answer but has anyone actually had this tag 
> working with Excel 2003 or does it only suport up to Excel 2000?

Hi,

we got it up an running with excel 97 and 2000.
The wicked thing is, that you have to create the excel.application object once 
the server starts...
we included this in onApplicationStart():

<cftry> 
  <!--- Create Excel Object --->
  <cfobject action="connect" class="Excel.Application" name="objExcelApp" 
type="COM">
  <cfcatch>
   <!--- On Error Create Application --->
   <cfobject action="create" class="Excel.Application" name="objExcelApp" 
type="COM">
  </cfcatch>
</cftry>

If it says "Class not registered" on your try (as it did on our latest server), 
check the TechNote about the typeviewer.dll...

That should do the thing.

greetz

Joerg

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217429
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to