Excel Question

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 531
Joined: Thu Jan 28, 2010 9:34 am

Excel Question

#1 Post by omni »

Roger,

A user that has been using our excel export for years changed servers a couple of weeks ago. No changes to the work stations, but their server connection (win2008) is limited because they are a public company now.
At any rate, on our version of the excel export, which is called from various programs, the first thing we check is if Excel is installed. They are now getting the message that it is not installed..but it is. There has been nothing changed on their work stations and they can open files if we give them the file names.
Code Below:

oExcel := CreateObject("Excel.Application")
IF Empty( oExcel )
MsgBox( "Excel is not installed" )
RETURN
ENDIF

Any suggestions?

Fred
Omni

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Excel Question

#2 Post by rdonnay »

Does this happen only on 1 workstation?

It seems possible that the Excel ActiveX Control someone got deregistered.
The eXpress train is coming - and it has more cars.

Post Reply