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
Excel Question
Re: Excel Question
Does this happen only on 1 workstation?
It seems possible that the Excel ActiveX Control someone got deregistered.
It seems possible that the Excel ActiveX Control someone got deregistered.
The eXpress train is coming - and it has more cars.