Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Block display during Macro

Hello,
I execute a macro that go across the sheet and insert and copy a lot of rows
and formats I would like the user doesn´t see the process, only the results.
Is possible 'lock' visual effects during the macro execution.
Thanks.-


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default Block display during Macro

Application.ScreenUpdating = False

'your code

Application.ScreenUpdating = True

--
__________________________________
HTH

Bob

"Juan García" wrote in message
...
Hello,
I execute a macro that go across the sheet and insert and copy a lot of
rows and formats I would like the user doesn´t see the process, only the
results. Is possible 'lock' visual effects during the macro execution.
Thanks.-



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Block display during Macro

Thanks...
"Bob Phillips" escribió en el mensaje
...
Application.ScreenUpdating = False

'your code

Application.ScreenUpdating = True

--
__________________________________
HTH

Bob

"Juan García" wrote in message
...
Hello,
I execute a macro that go across the sheet and insert and copy a lot of
rows and formats I would like the user doesn´t see the process, only the
results. Is possible 'lock' visual effects during the macro execution.
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
how to highlight changes in my data from one block of cells toanother block of cells? LunaMoon Excel Programming 1 July 28th 08 04:26 PM
Set range to block of cells in Macro Karen Excel Discussion (Misc queries) 2 May 16th 07 09:01 PM
How to block all macro when a particular file is open Dileep Chandran Excel Programming 1 December 21st 06 04:23 PM
Macro to test characters with block of cells and change font Carolyn Excel Programming 4 September 8th 06 10:02 PM
Cell Block and Furmula Bar display MAC Excel Discussion (Misc queries) 3 April 11th 06 02:43 PM


All times are GMT +1. The time now is 03:02 AM.

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"