Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
steve
 
Posts: n/a
Default Hide Enable/Disable Macro pop-up when file opens

For MS Excel files that contain macros, when the file is
opened, a standard pop-up window shows three buttons for
the user to select: "Enable" or "Disable" or "More Info".

In some instances, users select disable, and the macros I
created do not work in the file.

Is there VB code written to hide this window and to have
the macros automatically enable without giving the user an
option to disable?
  #2   Report Post  
Bernie Deitrick
 
Posts: n/a
Default

Steve,

No. That behavior depends on their macro security setting, which you cannot
change. You could have a sheet that has "You should enable macros!" on it,
that you have as the default sheet, and that you hide with the workbook open
macro, so that if the macros are enabled the user only sees the sheet flash
by.

HTH,
Bernie
MS Excel MVP


"steve" wrote in message
...
For MS Excel files that contain macros, when the file is
opened, a standard pop-up window shows three buttons for
the user to select: "Enable" or "Disable" or "More Info".

In some instances, users select disable, and the macros I
created do not work in the file.

Is there VB code written to hide this window and to have
the macros automatically enable without giving the user an
option to disable?



  #3   Report Post  
steve
 
Posts: n/a
Default

Thanks for the information and good suggestion.

-----Original Message-----
Steve,

No. That behavior depends on their macro security

setting, which you cannot
change. You could have a sheet that has "You should

enable macros!" on it,
that you have as the default sheet, and that you hide

with the workbook open
macro, so that if the macros are enabled the user only

sees the sheet flash
by.

HTH,
Bernie
MS Excel MVP


"steve" wrote in

message
...
For MS Excel files that contain macros, when the file is
opened, a standard pop-up window shows three buttons for
the user to select: "Enable" or "Disable" or "More

Info".

In some instances, users select disable, and the macros

I
created do not work in the file.

Is there VB code written to hide this window and to have
the macros automatically enable without giving the user

an
option to disable?



.

  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

steve

That would obviate the need for Macro Security so there would be no point in
Excel providing security from macro viruses.

Check out help on "Digital Certificates" to find out how to sign your
projects.

OR go to news group alt.virus.distribution for pointers.


Gord Dibben Excel MVP

On Tue, 12 Apr 2005 07:44:10 -0700, "steve"
wrote:

For MS Excel files that contain macros, when the file is
opened, a standard pop-up window shows three buttons for
the user to select: "Enable" or "Disable" or "More Info".

In some instances, users select disable, and the macros I
created do not work in the file.

Is there VB code written to hide this window and to have
the macros automatically enable without giving the user an
option to disable?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Automatically update from source when file opens P Flater Excel Discussion (Misc queries) 1 March 25th 05 09:41 PM
Opening a file with a Macro Adam1 Chicago Excel Discussion (Misc queries) 2 February 28th 05 10:13 PM
Excel 2003 Opens Up Every File in My Documents Glenn Reschke Excel Discussion (Misc queries) 4 February 11th 05 06:00 PM
Weekly Transaction Processing Ralph Howarth Excel Worksheet Functions 4 January 19th 05 05:37 AM
Macro did not run after download file from net ariffin Excel Worksheet Functions 2 November 6th 04 01:20 AM


All times are GMT +1. The time now is 01:21 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"