![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Location: Mike
Posts: 796
|
Is there a way to hide the running of a macro
(actually showing the macro in action) from the user? IE: They push the Button, they wait, the results appear. Rather than they Push the Button, and the screen goes crazy showing what the macro is doing. I saw this once before but I have no idea where to look in the Archive files. Thanks, Zac |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Posts: 117
|
Application.ScreenUpdating = False
your code goes here..... Application.ScreenUpdating = True Hope this helps-Todd |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Location: Mike
Posts: 796
|
Thanks Todd.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|