VB and outlook macro need help

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

Guest

I have no VB skills and would like to create an outlook macro can anyone help.

Here is what I would like the macro to do ...

#1 Check to see if the Outlook address book is installed.
#2 If it is not installed got to Tools > Email account > Add newe address
book >> Additional Address books >> Outlook address book >> finished
#3 If number two was done then restart outlook

any help would be appreciated. Thank You
 
You can't do what you want as a macro or VB code. You'd have to code it
using C++ or Delphi and Extended MAPI plus the new IAccounts interface Not a
job for the faint-hearted.
 
Back
Top