|
-
Oct 16th, 2006, 04:19 PM
#1
Thread Starter
Addicted Member
[RESOLVED] Excel COM issues
Hi there,
this is the issue I am facing:
I have written an app that contains a feature which exports datasets to an excel sheet and does all the little formatting things to make my users happy.
Anyway, on my machine, I have Office 2003 installed (which means Excel COM 11.0) so everything works great.
Unfortunately some of my target audience has Office 2000, which means Excel COM 10.0 I believe). So therein lies the problem. As soon as they try to export, error message pops up about access to protected memory etc.
So I thought since I was using early binding, that if I change it to late binding it would work. Unfortunately ... not the case. My guess is that some methods and properties I use are not available in the 10.0 version.
In general...How do people approach this issue? Any advice will be appreciated.
many thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|