T
Tolga Yaramis via OfficeKB.com
Hi all
I wrote a macro that splits mail merge document to seperated documents.
is it possible to add AutoRun macro for each document?
Because in the main document I am using an ocx and I am setting the licence
properties with one line code statement. after spliting mail merge
document, the licence must be setted for each document.
Because of that I want to add AutoRun macro into each document with same
code line. like this...
Sub Autorun()
TBarCode51.LicenseMe "Mem: LicenceName", eLicKindDeveloper, 1, "4564213",
eLicProd1D
End Sub
Thanks alot in advance...
Tolga
I wrote a macro that splits mail merge document to seperated documents.
is it possible to add AutoRun macro for each document?
Because in the main document I am using an ocx and I am setting the licence
properties with one line code statement. after spliting mail merge
document, the licence must be setted for each document.
Because of that I want to add AutoRun macro into each document with same
code line. like this...
Sub Autorun()
TBarCode51.LicenseMe "Mem: LicenceName", eLicKindDeveloper, 1, "4564213",
eLicProd1D
End Sub
Thanks alot in advance...
Tolga