CorelDraw & VBA
Summary & Introduction
Guide to CorelDraw VBA
Creating Variable Data
Variable Data From Access
Variable Data From Excel
Variable Data Without a Data File
CorelDraw BarCode Wizard
EAN13 BarCodes Without The Wizard
Code 39 BarCodes Without The Wizard
ITF-14 BarCodes Without The Wizard
Code 128 BarCodes Without The Wizard
QR BarCodes
Variable Pictures
Sorting for Guillotining
Repositioning Data
Pantone Colors
Saving VBA Code to a Previous Version of CorelDraw
Trim Marks
PhotoPaint
Miscellaneous VBA
Help
 
No Data File

For simple variable data there is no need to create a data file.

The data maybe sequential such as;

00101 , 00102, 00103 etc
or ad100, ad200, ad300 etc
or A1, B1, C1 etc
or non sequential 0, 3, 6, 9, 12 etc.

There is not always a need to read a data file. Data can be directly generated by VBA.
Here is an example that creates pairs of numbers and places them on a sheet.
It is suited to creating raffle tickets where the number on the stub must be the same as that on the ticket.
It is a CorelDraw 11 file but it will work in CorelDraw X4.

2015_08_06