Board index » delphi » Change in Excel Open??
Rod Person
![]() Delphi Developer |
Change in Excel Open??2005-04-29 12:54:59 AM delphi198 I have a function that i used to open excel workbooks so that they can be read. In the past the excel instance was not visible by default as I have been using this function of at least 3 years. Recently, some users have complained that excel opens automatically when running apps that use this function. I was wondering if anyone new of some change that microsoft made and place in some recent mega patch? The code in question si this: aXlWb.ConnectTo(aXlApp.Workbooks.Open(aFileName,0, FALSE, 1, '','', TRUE,xlwindows,#09, FALSE,FALSE,EmptyParam, FALSE, 0) as _WorkBook); -- Using Opera's revolutionary e-mail client: www.opera.com/m2/ |