' 3. Get the document name to use as a prefix ' We strip the file extension for cleaner naming docName = Left(doc.FileName, InStrRev(doc.FileName, ".") - 1)
A macro is a series of recorded commands and actions that can be played back to automate a specific task or set of tasks within CorelDRAW. Macros can be thought of as a set of instructions that tell CorelDRAW to perform a series of actions, such as creating a shape, applying effects, or modifying objects. By recording and storing these actions as a macro, users can quickly recall and execute them with a single click or keyboard shortcut. coreldraw macros
With exportFilter .ResolutionX = 300 .ResolutionY = 300 .AntiAliasingType = cdrNormalAntiAliasing .Compression = 90 ' JPEG Quality (0-100) ' Finish the export .Finish End With By recording and storing these actions as a