Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have a set of 5 macros which analyse and finally format data. It starts
with about 5000 records and ends up with around 250. I have one "super" macro which calls and runs each of the other macros in turn, ie Application.CutCopyMode = False Application.Run "Agenda.xls!SortDossierOrder" Application.Run "Agenda.xls!DeleteDuplicates" Application.Run "Agenda.xls!DeleteExtraRows" Application.Run "Agenda.xls!DeleteRecentRecords" Application.Run "Agenda.xls!DeleteExtraCols" End Sub Would it be faster to copy and paste each of these macros into one single macro ? Is there any way I can suppress the screen during the macro running to save processing time and make it run faster ... it has to sort through each of the records 4 times and you can see it on the screen working ? I am using Excel 2002 sp3 on XP Thanks .. Roger |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can be here some changes for a faster speed ? | Excel Worksheet Functions | |||
WHY the same macro runs so slowly on a different but faster comput | Excel Discussion (Misc queries) | |||
can this be done faster? | Excel Discussion (Misc queries) | |||
Can faster CPU+larger/faster RAM significantly speed up recalulati | Excel Discussion (Misc queries) | |||
better/faster way than sum products? | Excel Worksheet Functions |