|
-
Dec 5th, 2011, 10:04 AM
#1
Thread Starter
New Member
Excel Starter Edition
Hi all, I have an application that has been happily loading Excel files using the late binding method (due to the client having different versions of Excel throughout the organisation).
However one machine only has Office 2010 Starter Edition installed, and the below code is pulling back an "ActiveX can't create object" error.
oXL = CreateObject("Excel.Application")
Does anyone know what I should replace "Excel.Application" with for Excel Starter Edition? I'd assume it would just be the same but apparently not!
Thank you.
Tags for this Thread
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
|