![]() |
![]() |
|
|||||||
| 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: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
I am trying, under macro control, to freeze and unfreeze the entire viewable area of the screen so that a message panal can appear while I move around in the sheet without the user seeing the movement. I cant figgure out how. Normal freeze pain requires the selected pointer cell be in the viewable area.
|
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: Sydney/Brisbane , Australia
Posts: 539
|
if you are trying to not show them what is happening why dont you do
application.screenupdating=false at the beginning of the code and application.screenupdating=true at the end of the code this will stop the screen from moving, and speeds up the macro |
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Christchurch New Zealand
Posts: 1,030
|
or just
application.screenupdating = false at the start and it automaticaly updates at the end of the macro |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|