S
serge
Hello,
I would like to open from an Access database, an excel file which uses
Add-ins (reuters add ins in fact). If I open the excel directly, the Add-In
is automatically set up which is fine. If I try to open my file through an
access form, it doesn't work: The excel Add ins are not available. Below is
the code I use:
Dim xlApp As Object
Set xlApp = CreateObject("Excel.Application")
xlApp.Visible = True
xlApp.Workbooks.Open ("C:\etsreports\etsreports\dataprice.xls")
xlApp.DisplayAlerts = False
Using this code, the reuters add-in is not loaded.
I tried to use Hyperlink as well but without success.
Any help on this ?
Thanks,
Serge
I would like to open from an Access database, an excel file which uses
Add-ins (reuters add ins in fact). If I open the excel directly, the Add-In
is automatically set up which is fine. If I try to open my file through an
access form, it doesn't work: The excel Add ins are not available. Below is
the code I use:
Dim xlApp As Object
Set xlApp = CreateObject("Excel.Application")
xlApp.Visible = True
xlApp.Workbooks.Open ("C:\etsreports\etsreports\dataprice.xls")
xlApp.DisplayAlerts = False
Using this code, the reuters add-in is not loaded.
I tried to use Hyperlink as well but without success.
Any help on this ?
Thanks,
Serge