Also minimize calls to DoEvents . While DoEvents allows the interface to update (useful for progress indicators), calling it too frequently will slow down your macro. A common approach is to update progress only every few seconds or after a certain number of iterations.
Automatically save files into multiple formats (AI, EPS, PDF, JPEG) simultaneously. coreldraw macros better
What do you design for (e.g., print shop, laser engraving, web graphics)? Also minimize calls to DoEvents
Macros are stored in .gms files. To ensure they are always available, place these files in the GMS folder located within your CorelDRAW installation directory (typically C:\Program Files\Corel\CorelDRAW [Version]\Draw\GMS ). coreldraw macros better