J
Jame
Problem: I want to put a Visual Basic command in the
Open_Document() command of selected Word documents which
will stop printing of that document alone! It will be
something like CurrentDocument.Print.Enabled = False but I
can not fathom it out. Conversely there will be an
EnablePrint command in theC lose_Document() command.
Why you may ask? (Well even if you didn't here is the
reason).
We want to put our Procedure Manual on line. This must be
read only so that people don't go printing off copies then
following that version of the procedures for ever more.
Crude solution is to put a header/footer saying "Valid on
23/09/03 for one day only" or similar! Not very good really
Cheers
James
Open_Document() command of selected Word documents which
will stop printing of that document alone! It will be
something like CurrentDocument.Print.Enabled = False but I
can not fathom it out. Conversely there will be an
EnablePrint command in theC lose_Document() command.
Why you may ask? (Well even if you didn't here is the
reason).
We want to put our Procedure Manual on line. This must be
read only so that people don't go printing off copies then
following that version of the procedures for ever more.
Crude solution is to put a header/footer saying "Valid on
23/09/03 for one day only" or similar! Not very good really
Cheers
James