• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Excel Problems
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Excel Problems


  • Subject: Re: Excel Problems
  • From: Larry McMunn <email@hidden>
  • Date: Thu, 9 Nov 2000 13:55:06 -0500

Try this:

tell application "Excel"
activate
set DisplayAlerts to false
--do your stuff here
set DisplayAlerts to true
end

You might also want to use:
set screenUpdating to false (true)

This turns off (on) screen updating. scripts run faster without updating the display.
If you don't turn either of these back on in the script, you will need to restart Excel to set them back to normal-- so be careful.

Good Scripting! :-)

Larry McMunn
President

McMunn Associates, Inc.
Specialists in automated Data Visualization thru Apple products
Collingswood, NJ

(856) 858-3440

---------------------------------------------------------------


  • Prev by Date: List Archives now available
  • Next by Date: Re: List Archives now available
  • Previous by thread: Re: Excel Problems
  • Next by thread: Scripter Personal Edition differences
  • Index(es):
    • Date
    • Thread