Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Dec 28, 5:30*am, joel wrote:
The best approach is not to use Select or Activate in your code so you don't get the page swapping. *The worksheet will remain on the sheet that is selected when the macro is started. *Also you wuold be able to manually switch pages while the macro is running and watch the progress of the macro without causing errors in the macro. *the best practice is not to use ActiveSheet or Active cell in you macro instead directly refer to the cells. -- joel ------------------------------------------------------------------------ joel's Profile: 229 View this thread:http://www.thecodecage.com/forumz/sh...d.php?t=165330 Microsoft Office Help Thank you for the advice. I had been using a lot of activate statements. I will give it a try. I appreciate it. Q. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
OLE Object on Sheet updates Value in Code but not its Display | Excel Programming | |||
Add code on the fly to existing userforms | Excel Programming | |||
New to userforms - can you help with this code? | Excel Programming | |||
Userforms keep popping up, need code to stop it | Excel Programming | |||
Code to not display delete sheet alerts | Excel Programming |