[VBA][CorelDraw X7] Limit for Do While … loop (and For … next)?
Does VBA in CorelDraw have any limitations? I need to perform some checks on each pixel of an image. The code is as follows:
[VBA][CorelDraw X7] Limit for Do While … loop (and For … next)?
Does VBA in CorelDraw have any limitations? I need to perform some checks on each pixel of an image. The code is as follows:
CorelDraw: Trouble with Intersect command
I use VBA to construct a complex drawing with CorelDraw (version 17.6). As part of the drawing, I have a rectangle which is intersected by several curves, which I have formatted individually. I use the Intersect command to remove those parts of the curves which lie outside the rectangle. But after the intersection the line properties of the curves have been altered to be those of the rectangle!
How does StructSaveAsOptions work for CorelDraw in VBA?
I want to use CorelDRAW’s API in Excel’s VBA editor to output a PDF document.