supress activex message on open workbook

  • Thread starter Thread starter Clemens Hoogevonder
  • Start date Start date
C

Clemens Hoogevonder

Hi,

Have you any idea how to supress then msgbox about
"unsecure" activex components if I open an workbook?

with regards
Hugo Overbeek
 
You could try this in your Auto_open code

Application.DisplayAlerts = False

Dont forget to turn it back on in your Auto_close

HTH

SImo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top