Page Index - danielep71/VBA-PERFORMANCE GitHub Wiki
79 page(s) in this GitHub Wiki:
- Home
- Additional Reference libraries
- Please reload this page
- Avoid activating and selecting
- Please reload this page
- Class cPerformanceMonitor
- Please reload this page
- Concatenate strings using Mid$ Function
- Please reload this page
- Conclusions
- Please reload this page
- Convert to string: Str$ vs CStr
- Please reload this page
- Copy Paste
- Please reload this page
- Declare variables Use Option Explicit
- Please reload this page
- Disable Events
- Please reload this page
- Disable Screen Updating
- Please reload this page
- Disable Status Bar
- Please reload this page
- Disable time wasters
- Please reload this page
- Edit recorded macros
- Please reload this page
- Fixed length strings vs variable length strings
- Please reload this page
- GetTickCount (Kernel Timer)
- Please reload this page
- High resolution timer
- Please reload this page
- How to use this class
- Please reload this page
- Improve perceived performance
- Please reload this page
- Macro Optimization
- Please reload this page
- Measure
- Please reload this page
- Micro Optimization
- Please reload this page
- Page Breaks
- Please reload this page
- Progress Bar
- Please reload this page
- Reduce the number of lines using comma "," or colon ":"
- Please reload this page
- Splash Screen
- Please reload this page
- String functions: $ vs $ less
- Please reload this page
- Testing an empty string: different methods
- Please reload this page
- The fastest way to swap strings
- Please reload this page
- The Optimization Process
- Please reload this page
- The test environment
- Please reload this page
- TimeGetSystemTime
- Please reload this page
- TimeGetTime (Multimedia Timer)
- Please reload this page
- Turn off Automatic Calculation
- Please reload this page
- Use "With" statement
- Please reload this page
- Use vbNullString instead of ""
- Please reload this page
- Useful links
- Please reload this page
- VBA Now()
- Please reload this page
- VBA Timer
- Please reload this page
- Writing efficient alghoritms
- Please reload this page