Dear Jay,
Thanks a lot for the reply. I went through your site and although i got the
general idea of how it is done, I must confess, being a complete
non-programmer, excuting that is way beyond me. What I wanted was - as soon
as a user fires a print command (CTRL+P or printer icon) in Word or Excel, he
should be presented with a dialog box:
1. Stating "Please indicate the security classification of this document"
2. Radio button options: "Client Confidential", "Confidential", "Company
Internal" or "Public"
3. Check mark: "On all pages" or "Not on first page" (meaning on all pages
except the first)
4. In the printed document, footer to contain the security clasification
selected - "Client Confidential", "Confidential", "Company Internal" or
[blank] in case of "Public" AND the page number (again no page number in case
of "Public")
5. The document will not have multiple sections
I will be grateful if you could help me on this. With various information
security related legislations upon the industry, I'm sure many other users
wil have the same requirement.
Thanks & Regards,
vik
Jay Freedman said:
It's not too difficult to write a macro in an add-in like that. See
http://www.word.mvps.org/FAQs/MacrosVBA/InterceptSavePrint.htm for
general information. There are some design questions you need to
answer first, though:
- Does the statement have to go on every page, only on the first page,
or some other arrangement?
- Do any of the documents have multiple sections? If so, are their
footers marked "Same as Previous" or not? Do any of them have
"Different first page" or "Different even and odd" turned on in the
File > Page Setup > Layout dialog?
- Is there other information in the footers that needs to be
preserved, or should the confidentiality statement be the only thing
in the footer?
- What are the names of the four levels? What is the exact wording of
the label that goes in the footer for each level?