How to create .GMS file

I have the code of a program, now I want to export them to a .gms file. Someone please give me instructions. Thanks
Parents
No Data
Reply
  • If you create a new VBA project in CorelDRAW, that project has a .GMS file associated with it.

    Create a new module in that project, and you can paste your VBA code into that module.

    You would be doing this in the VBA editor.

Children