Lessons involving VBA and Macros in CorelDRAW:
GDG Macros Lesson 1: Creating gms files from scratch, basics
GDG Macros Lesson 2: A very simple For Loop and Resample Bitmaps
GDG Macros Lesson 3: Add a basic form and increase size of some shapes
GDG Macros Lesson 4: Create box around a selected shape
GDG Macros Lesson 5: Put Margins on the box we created in the previous macro
GDG Macros Lesson 6: Passing values to a custom function By Reference and By Value
GDG Macros Lesson 7: A touch of WinAPI and using keyboard modifier keys
GDG Macros Lesson 8 - Part 1: Functions in more detail and adding to a Shaperange
GDG Macros Lesson 8 - Part 2: Functions in more detail and adding to a Shaperange
GDG Macros Lesson 9: Randomizing
GDG Macros Lesson 10: A single UNDO using CommandGroups and Optimization for Macro SPEED!
GDG Macros Lesson 11: Speed Up Your Macros with Optimization
GDG Macros Lesson 12: Record a macro basics
GDG Macros Lesson 13 Part 1: Save and Get Settings from the Registry
GDG Macros Lesson 13 Part 2: Save and Get Settings from the Registry
GDG Macros Lesson 14 Part 1: Shapes have static ids, and more on get and save to registry
GDG Macros Lesson 14 Part 2: Shapes have static ids, and more on get and save to registry
GDG Macros Lesson 14 Part 3: Shapes have static ids, and more on get and save to registry
GDG Macros Lesson 14 Part 4: Shapes have static ids, and more on get and save to registry
GDG Macros Lesson 14 Part 5 (Final Overview): Shapes have static ids, and more on get and save to registry
GDG Macros Lesson 15 Part 1: Get Colors, turn them into a String, and place in a Collection
GDG Macros Lesson 15 Part 2: Get Colors, turn them into a String, and place in a Collection
GDG Macros Lesson 15 Part 3: Get Colors, turn them into a String, and place in a Collection
GDG Macros Lesson 15 Part 4: Get Colors, turn them into a String, and place in a Collection
GDG Macros Lesson 16 part 1 of 8: Save many color value groups to the registry as presets
GDG Macros Lesson 16 part 2 of 8: Save many color value groups to the registry as presets
GDG Macros Lesson 16 part 3 of 8: Save many color value groups to the registry as presets
GDG Macros Lesson 16 part 4 of 8: Save many color value groups to the registry as presets
GDG Macros Lesson 16 part 5 of 8: Save many color value groups to the registry as presets
GDG Macros Lesson 16 part 6 of 8: Save many color value groups to the registry as presets
GDG Macros Lesson 16 part 7 of 8: Save many color value groups to the registry as presets
GDG Macros Lesson 16 part 8 of 8: Save many color value groups to the registry as presets
GDG Macros Lesson 17 Part 1 of 5: Fill a ComboBox with items, Parse strings, Dynamic Arrays
GDG Macros Lesson 17 Part 2 of 5: Fill a ComboBox with items, Parse strings, Dynamic Arrays
GDG Macros Lesson 17 Part 3 of 5: Fill a ComboBox with items, Parse strings, Dynamic Arrays
GDG Macros Lesson 17 Part 4 of 5: Fill a ComboBox with items, Parse strings, Dynamic Arrays
GDG Macros Lesson 17 Part 5 of 5: Fill a ComboBox with items, Parse strings, Dynamic Arrays
GDG Macros Lesson 18 Part 1 of 7: Write to a text file many colors values retrieved from presets save to the registry
GDG Macros Lesson 18 Part 2 of 7: Write to a text file many colors values retrieved from presets save to the registry
GDG Macros Lesson 18 Part 3 of 7: Write to a text file many colors values retrieved from presets save to the registry
GDG Macros Lesson 18 Part 4 of 7: Write to a text file many colors values retrieved from presets save to the registry
GDG Macros Lesson 18 Part 5 of 7: Write to a text file many colors values retrieved from presets save to the registry
GDG Macros Lesson 18 Part 6 of 7: Write to a text file many colors values retrieved from presets save to the registry
GDG Macros Lession 18 Part 7 of 7 (FINAL OVERVIEW) : Write to a text file many colors values retrieved from presets save to the registry
GDG Macros Lession 19: Fountain Fill colors and adding them to a collection
GDG Macros Lesson 20 Part 1 of 3: More (Fantastic Fun) with Fountain Fill Colors
GDG Macros Lesson 20 Part 2 of 3: More (Fantastic Fun) with Fountain Fill Colors
GDG Macros Lesson 20 Part 3 of 3: More (Fantastic Fun) with Fountain Fill Colors
GDG Macros Lesson 21 Part 1 of 5: Access the font list in VBA and make a custom macro to quick select a font via filter
GDG Macros Lesson 21 Part 2 of 5: Access the font list in VBA and make a custom macro to quick select a font via filter
GDG Macros Lesson 21 Part 3 of 5: Access the font list in VBA and make a custom macro to quick select a font via filter
GDG Macros Lesson 21 Part 4 of 5: Access the font list in VBA and make a custom macro to quick select a font via filter
GDG Macros Lesson 21 Part 5 of 5: Access the font list in VBA and make a custom macro to quick select a font via filter
GDG Macros Lesson 22 Part 1 of 5: Scroll Bar Form Controls and affecting a shapes outline width & more
GDG Macros Lesson 22 Part 2 of 5: Scroll Bar Form Controls and affecting a shapes outline width & more
GDG Macros Lesson 22 Part 3 of 5: Scroll Bar Form Controls and affecting a shapes outline width & more
GDG Macros Lesson 22 Part 4 of 5: Scroll Bar Form Controls and affecting a shapes outline width & more
GDG Macros Lesson 22 Part 5 of 5: Scroll Bar Form Controls and affecting a shapes outline width & more
GDG Macros Lesson 23 Part 1: Save and set the macro from position
GDG Macros Lesson 23 Part 2: Save and set the macro from position
GDG Macros Lesson 24 Part 1: Aligning a shape to a range of shapes, and using boolean conditions
GDG Macros Lesson 24 Part 2: Aligning a shape to a range of shapes, and using boolean conditions
GDG Macros Lesson 24 Part 3: Aligning a shape to a range of shapes, and using boolean conditions
GDG Macros Lesson 24 Part 4 (Final Part): Aligning a shape to a range of shapes, and using boolean conditions
GDG Macros Lesson 25: That Tricky Selection Shape, AKA: cdrSelectionShape
GDG Macros Lesson 26: Allow the macro user to make a click and get the click point coordinates, Method: GetUserClick
GDG Macros Lesson 27 Part 1 of 3: Select shapes at a point using GetUserClick Coordinates
GDG Macros Lesson 27 Part 2 of 3: Select shapes at a point using GetUserClick Coordinates
GDG Macros Lesson 27 Part 3 of 3: Select shapes at a point using GetUserClick Coordinates
GDG Macros Lesson 28 Part 1 of 7: Apply a color to a form command button, loop form controls, and save and get the color
GDG Macros Lesson 28 Part 2 of 7: Apply a color to a form command button, loop form controls, and save and get the color
GDG Macros Lesson 28 Part 3 of 7: Apply a color to a form command button, loop form controls, and save and get the color
GDG Macros Lesson 28 Part 4 of 7: Apply a color to a form command button, loop form controls, and save and get the color
GDG Macros Lesson 28 Part 5 of 7: Apply a color to a form command button, loop form controls, and save and get the color
GDG Macros Lesson 28 Part 6 of 7: Apply a color to a form command button, loop form controls, and save and get the color
GDG Macros Lesson 28 Part 7 of 7: Apply a color to a form command button, loop form controls, and save and get the color
GDG Macros Lesson 29: Find and replace, and naming your variables and other items
GDG Macros Lesson 30 Part 1 of 9: Find all shapes from all pages that use a particular font, then highlight them
GDG Macros Lesson 30 Part 2 of 9: Find all shapes from all pages that use a particular font, then highlight them
GDG Macros Lesson 30 Part 3 of 9: Find all shapes from all pages that use a particular font, then highlight them
GDG Macros Lesson 30 Part 4 of 9: Find all shapes from all pages that use a particular font, then highlight them
GDG Macros Lesson 30 Part 5 of 9: Find all shapes from all pages that use a particular font, then highlight them
GDG Macros Lesson 30 Part 6 of 9: Find all shapes from all pages that use a particular font, then highlight them
GDG Macros Lesson 30 Part 7 of 9: Find all shapes from all pages that use a particular font, then highlight them
GDG Macros Lesson 30 Part 8 of 9: Find all shapes from all pages that use a particular font, then highlight them
GDG Macros Lesson 30 Part 9 of 9: Find all shapes from all pages that use a particular font, then highlight them
[I] Other CorelDRAW Videos with Misc Tips and Tricks:
GDG Tips & Tricks 1: Using the Low Pass bitmap filter to smooth and thicken or thin a design
--------------------------------------------------
"The best thing about learning is that it never stops, and the rabbit hole will go as deep as you let it."~Johnwww.gdgmacros.com