G
Guest
Now this one has got me baffled.
I am trying to start a new Excel application from Access VBA code - easy.
I'm using :-
Dim objXL As Excel.Application
Set objXL = New Excel.Application ' Start Excel
Trouble is, for the majority of my users this works fine - they have Ver
8.0a of excel8.olb but a few people have Ver 8.0.1.4307 of excel8.olb and it
causes an error 48: (DLL missing).
All the references (e.g. to the Excel 8.0 Object library) are OK.
Is there another DLL, that I am not aware of, that is missing?
Any ideas?
I am trying to start a new Excel application from Access VBA code - easy.
I'm using :-
Dim objXL As Excel.Application
Set objXL = New Excel.Application ' Start Excel
Trouble is, for the majority of my users this works fine - they have Ver
8.0a of excel8.olb but a few people have Ver 8.0.1.4307 of excel8.olb and it
causes an error 48: (DLL missing).
All the references (e.g. to the Excel 8.0 Object library) are OK.
Is there another DLL, that I am not aware of, that is missing?
Any ideas?