Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Disable Auto Macro

I need to disable Auto Macro in order to open a number of spreadsheets using
a macro. These spreadsheets have an Auto Macro that loads info from a server.
Is there a way I can open these spreadsheets with their macros disabled??
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,758
Default Disable Auto Macro

to have workbook_open procedures not fi

application.enableevents = false
'open your workbooks
application.enableevents = true



mike_cutting-edge wrote:

I need to disable Auto Macro in order to open a number of spreadsheets using
a macro. These spreadsheets have an Auto Macro that loads info from a server.
Is there a way I can open these spreadsheets with their macros disabled??


--

Dave Peterson
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
Disable auto (date) format? Joe User[_2_] Excel Discussion (Misc queries) 3 April 8th 10 12:12 AM
How does one disable Auto-Formatting of dates? Clarissimus Excel Discussion (Misc queries) 1 July 14th 06 05:15 PM
Disable Auto save on Right Click Dvorakian Excel Discussion (Misc queries) 1 June 25th 06 12:34 PM
Disable Excel's Auto Formatting Zleeperx Excel Programming 4 January 13th 04 07:38 PM
Disable auto editor formatting Niklas[_3_] Excel Programming 1 August 14th 03 12:51 PM


All times are GMT +1. The time now is 05:00 PM.

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"