VBA Help

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I hear that it is possible to code an Outlook form using VBA; For instance: If I create a from in Outlook, and route the form, Once the form is approved by a recipeint, the form can be coded to move to the next recipient for approval. Can this be done and if so, how?
 
You heard wrong. Outlook form code is VBScript, not VBA. However, depending
on your mail environment and the details of how the form would "know" who
the next recipient is, this might be possible in Outlook form code.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers



Marge said:
Hello-
I hear that it is possible to code an Outlook form using VBA; For
instance: If I create a from in Outlook, and route the form, Once the form
is approved by a recipeint, the form can be coded to move to the next
recipient for approval. Can this be done and if so, how?
 
That's exactly what it covers. You can read all about it and download the
sample code from the URL below.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers


Marge said:
I am not a "programmer" but I am trying to program a form within Outlook
using VBScript. Does your book, Microsoft Outlook Programming cover how to
do this sort of thing?
 
Back
Top