P
Philip Herlihy
I've been asked to come up with a way of making sure that all emails printed
out by colleagues in my organisation show a "job-number".
That means (ideally!) prompting users to enter one if they haven't already
when they try to print, and then getting the thing to appear on the paper.
We also need this to happen every time, so it needs to involve no extra
thinking or action on users' part!
We're using Outlook 2000 on a variety of desktops with a basic in-house POP3
server. I'm reasonably competent at VBA and forms design, but rather rusty,
so it would be good to have a steer in the right direction.
I've thought of putting "job-number" into the "categories" field, as you can
drag and drop entries in the "by category" view to add an existing value to
an item, and I can see how to add the Categories field to a custom form. We
could create a macro to check for an empty or invalid Categories string, and
prompt the user, and this macro could be installed under a "print" button
easily enough, although if folk are used to printing from the menus then the
macro wouldn't be called.
I bet there is a more elegant solution, though. Can anyone out there
suggest what it might be?
--
####################
## PH, London
####################
microsoft.public.outlook.printing, microsoft.public.outlook.program_forms,
microsoft.public.outlook.program_vba
out by colleagues in my organisation show a "job-number".
That means (ideally!) prompting users to enter one if they haven't already
when they try to print, and then getting the thing to appear on the paper.
We also need this to happen every time, so it needs to involve no extra
thinking or action on users' part!
We're using Outlook 2000 on a variety of desktops with a basic in-house POP3
server. I'm reasonably competent at VBA and forms design, but rather rusty,
so it would be good to have a steer in the right direction.
I've thought of putting "job-number" into the "categories" field, as you can
drag and drop entries in the "by category" view to add an existing value to
an item, and I can see how to add the Categories field to a custom form. We
could create a macro to check for an empty or invalid Categories string, and
prompt the user, and this macro could be installed under a "print" button
easily enough, although if folk are used to printing from the menus then the
macro wouldn't be called.
I bet there is a more elegant solution, though. Can anyone out there
suggest what it might be?
--
####################
## PH, London
####################
microsoft.public.outlook.printing, microsoft.public.outlook.program_forms,
microsoft.public.outlook.program_vba