View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Howard Myers Howard Myers is offline
external usenet poster
 
Posts: 1
Default Installing unwanted Excel features during automation

Automation application which creates Excel Application and reads data into
database causes Excel to show dialog and progress meter as it installs two
(unknown and unwanted) features before proceeding with automation. Setting
the Application.featureinstall doesn't make any difference and DisplayAlerts
is set to false. How do we stop this ?

Howard Myers