View Single Post
Old 02-07-2012, 09:59 AM   #442
Gauthier
Enthusiast
Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'Gauthier knows the difference between 'who' and 'whom'
 
Posts: 25
Karma: 10000
Join Date: Jan 2012
Device: kindle
Having to go multiple time from the saved word document to the create eBook, losing each time the information I filled in is a real pain.
Is there a good reason not to link more of the form properties to the document properties and system properties?
Adding a reset to default button could cleanup user errors...

vba frm _Activate vs _Initialize
Using the cancel button on the form and then clicking "Create eBook" will trigger an activate event.
Using the close button on the form and than clicking "Create eBook" will trigger an Initialize event followed by an activate event.

Thus code present in Activate need not to be in Initialize
I would however, merge both and rely more heavily on datBookCreatorProperties.
Gauthier is offline   Reply With Quote