E
Elliot
After executing the following line:
WB = XL.Workbooks.Open("c:\test.xls")
Excel is visible using vb.net 2005. Is this a change from previous
versions of VB? I know I can use xl.visible=false after this line but
it is a nuisance to have excel pop up even for a second when I don't
use its interface.
Thank you,
Elliot Semmelman
WB = XL.Workbooks.Open("c:\test.xls")
Excel is visible using vb.net 2005. Is this a change from previous
versions of VB? I know I can use xl.visible=false after this line but
it is a nuisance to have excel pop up even for a second when I don't
use its interface.
Thank you,
Elliot Semmelman