U
Udi S
Hello,
In my line of work I've come across more than one customer who mistakingly
saved a blank document over their work, thus losing it.
I'm well aware of backups and the "always create backup copy", but I'm
looking for a macro which will do the following (pseudocode):
if current_document is saved then
check_size
if size<=blank_document_size then // about 25k
give warning / do not allow
is this sort of thing possible?
Any help would be appreciated,
Thanks.
In my line of work I've come across more than one customer who mistakingly
saved a blank document over their work, thus losing it.
I'm well aware of backups and the "always create backup copy", but I'm
looking for a macro which will do the following (pseudocode):
if current_document is saved then
check_size
if size<=blank_document_size then // about 25k
give warning / do not allow
is this sort of thing possible?
Any help would be appreciated,
Thanks.