17 ways to Optimize VBA Code for FASTER 
Macros<http://www.excelitems.com/2010/12/optimize-vba-code-for-faster-macros.html>
Here is a summary of the article:
1. Analyze the Logic                                          2. Turn off 
ScreenUpdating
3. Turn off 'Automatic Calculations'                   4. Disable Events
5. Hide Page breaks                                           6. Use 'WITH' 
statement
7. Use vbNullString instead of ""                         8. Release memory 
of Object variables
9. Reduce the number of lines using colon(:)     10. Prefer constants
11. Avoid Unnecessary Copy and Paste               12. Clear the Clipboard 
after Paste
13. Avoid 'Macro Recorder' style code.               14. Use 'For Each' than 
'Indexed For'
15. Use 'Early Binding' rather 'Late Binding'         16. Avoid using 
Variant
17. Use Worksheet Functions wherever applicable

*Do read full article to understand the logic behind 
them.*<http://www.excelitems.com/2010/12/optimize-vba-code-for-faster-macros.html>




_______________________________________
Thanks & Regards 
Ashish Jain 
(Microsoft Certified Application Specialist) 
(Microsoft Certified Professional) 
http://www.excelitems.com 
http://www.openexcel.com 
_______________________________________ 

-- 
----------------------------------------------------------------------------------
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links : 
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutorials at http://www.excel-macros.blogspot.com
4. Learn VBA Macros at http://www.quickvba.blogspot.com
5. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 
To post to this group, send email to excel-macros@googlegroups.com

<><><><><><><><><><><><><><><><><><><><><><>
Like our page on facebook , Just follow below link
http://www.facebook.com/pages/discussexcelcom/160307843985936?v=wall&ref=ts

Reply via email to