Modifying the form Check Address

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

Guest

Hello
Can I modify the littel form Check Address with the Address Details or - if
not - can I make my own instead of the default.
I use outlook 2003 and exchange
Thanks

Callevib
 
Well.. well no help.
Anyway can anyon tell me a way with a VB scrip to change the property for
the button AddressButton on 1. page on the contact form. I woud like to hide
it????
 
You can simply delete that button, as you can any other control on the General page.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Yes yes - but when I modify the main page in desiegn mode I lose the outlook
2003 style. That i why i try to do with an open form-event1

Callevib
 
You can't have it both ways. You may be able to access the General page by using Inspector.ModifiedFormPages.Add, but if you delete the button, you will one-off the form so it will never run code again and will result in substantially larger items. Bad idea.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top