Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Learning about the ScrenUpdating property of the Excel application

property I will appreciate it if anyone can help me to learn about the
ScreenUpdating property of the Excel application. Specifically, I would like
somebody to help me to enter Visual Basic statements that turn the
ScreenUpdating
property of the application object to FALSE to turn off screen updating and
TRUE to turn screen updating back on. I am working on a macro in Excel 2000.

Thank you very much in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Learning about the ScrenUpdating property of the Excel application

Application.ScreenUpdating = False
' it is now off


Application.ScreenUpdating = True
' it is now on

Look up ScreenUpdating in Excel VBA help for a written explanation.

--
Regards,
Tom Ogilvy

"Almamba" wrote in message
...
property I will appreciate it if anyone can help me to learn about the
ScreenUpdating property of the Excel application. Specifically, I would

like
somebody to help me to enter Visual Basic statements that turn the
ScreenUpdating
property of the application object to FALSE to turn off screen updating

and
TRUE to turn screen updating back on. I am working on a macro in Excel

2000.

Thank you very much in advance.



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
Learning Excel Jinny M. New Users to Excel 7 March 26th 10 05:10 PM
Learning VB for Excel AJ[_2_] New Users to Excel 10 March 16th 08 12:52 AM
Learning excel Simbie Le Charts and Charting in Excel 1 September 3rd 06 10:00 PM
Learning how to use Excel abfabrob Excel Discussion (Misc queries) 3 April 22nd 05 03:14 PM
Error Setting Excel's Application.Left Property James Cox[_2_] Excel Programming 0 December 9th 04 09:13 PM


All times are GMT +1. The time now is 01:34 PM.

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

About Us

"It's about Microsoft Excel"