Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1. If you have a macro that runs at startup, or causes delays during
use, place the statement, Application.ScreenUpdating = False at the start, then Application.ScreenUpdating = True at the end This will speed things up a bit. Recorded macros can be very inefficient, so maybe look and see if it's doing anything unnecessary. To end up at sheet1 after using sheet2 with the macro, just place: Sheets("Sheet1").Activate at the end of the procedure |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLookup #VALUE! error help needed to resolve | Excel Worksheet Functions | |||
Please help -- URGENT -- need to resolve the issue before submittingmy project | Excel Discussion (Misc queries) | |||
User-friendly lookup solutions needed | Excel Discussion (Misc queries) | |||
Need help with check box coding, urgent!!! | Excel Programming | |||
Need help with check box coding, urgent!!! | Excel Programming |