M
M.Erlinger
hello
i have the problem, when i start the excel-application via OLE-Connection
(from PowerBuilder)
-------------------------
ll_Rc = inv_EXCEL.ConnectToObject('',"Excel.application" )
if ll_Rc < 0 then
ll_Rc = inv_EXCEL.ConnectToNewObject( 'Excel.Application' )
end if
------------------------
the personal.xls is not loaded and i have no access to my macros......?? if
start excel normal in windows - my personal.xls is loaded and all my macros
are available.
have anyone a clue for my problem
many thank's in advance
Michael
i have the problem, when i start the excel-application via OLE-Connection
(from PowerBuilder)
-------------------------
ll_Rc = inv_EXCEL.ConnectToObject('',"Excel.application" )
if ll_Rc < 0 then
ll_Rc = inv_EXCEL.ConnectToNewObject( 'Excel.Application' )
end if
------------------------
the personal.xls is not loaded and i have no access to my macros......?? if
start excel normal in windows - my personal.xls is loaded and all my macros
are available.
have anyone a clue for my problem
many thank's in advance
Michael