Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 42
Default screenupdating=false not working

at the beginning of my code i have both
application.screenupdating=false and application.displayalerts=false
yet when running the code a dialog pops up that says "opening" with
the ok and cancel buttons (its a true excel message) which is
dangerous in case a user accidentally hits cancel. anyway to prevent
this? its excel 2007

basicly i loop through a folder open every file and write down a few
values.

thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,355
Default screenupdating=false not working

I'm seeing that DisplayAlerts isn't captured and I'm using Office 2003. I'm
betting this is related. I was having issues earlier this week with opening
files via code that had macros in them and each file asked me if I wanted to
enable the macro. I had to change the AutomationSecurity to get that to work.

Barb Reinhardt



" wrote:

at the beginning of my code i have both
application.screenupdating=false and application.displayalerts=false
yet when running the code a dialog pops up that says "opening" with
the ok and cancel buttons (its a true excel message) which is
dangerous in case a user accidentally hits cancel. anyway to prevent
this? its excel 2007

basicly i loop through a folder open every file and write down a few
values.

thanks

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
Screenupdating=false not working SteveF[_3_] Excel Programming 2 August 9th 07 06:16 PM
'Application.ScreenUpdating = False' isn't working Dan R. Excel Programming 6 March 2nd 07 01:10 AM
ScreenUpdating = False not working Jim Thomlinson Excel Programming 2 December 14th 06 02:45 AM
ScreenUpdating = False not working Corey Excel Programming 0 December 14th 06 12:33 AM
screenupdating = false not working in Workbook_open sub TommySzalapski[_29_] Excel Programming 6 August 2nd 05 10:52 PM


All times are GMT +1. The time now is 12:36 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"