H
Hennie
Good day,
I am trying to import data from Excel into Access via VB. I do experience a
problem to access an add-in to Excel. The add-in is a program to extract
data from a different source into Excel. The add-in is called NetOffice and
is part of a larger program called ProcessNet.
My main problem is when I open Excel via VB from Access the NetOffice add-in
does not load. I must first open Excel manually and check if it is included
in the menu or not. What I have noticed is when I open Excel via the
CreateObject function no workbook is loaded while doing it manually Book1 is
loaded and NetOffice is loaded into the menu.
Is there some way or some other instruction that would ensure the add-in is
loaded?
I use the following instruction.
Set objXL = CreateObject("Excel.Application")
Windows XP and Access 20002
Thank you for your time.
Hennie
I am trying to import data from Excel into Access via VB. I do experience a
problem to access an add-in to Excel. The add-in is a program to extract
data from a different source into Excel. The add-in is called NetOffice and
is part of a larger program called ProcessNet.
My main problem is when I open Excel via VB from Access the NetOffice add-in
does not load. I must first open Excel manually and check if it is included
in the menu or not. What I have noticed is when I open Excel via the
CreateObject function no workbook is loaded while doing it manually Book1 is
loaded and NetOffice is loaded into the menu.
Is there some way or some other instruction that would ensure the add-in is
loaded?
I use the following instruction.
Set objXL = CreateObject("Excel.Application")
Windows XP and Access 20002
Thank you for your time.
Hennie