M
Mani
Hello,
I have an add-in installing a toolbar with a single
button. By clicking on the button, a custom form pops up:
Dim cmdbarB As CommandBarButton
Set cmdbarB = Outlook.ActiveExplorer.CommandBars
("mail2smsToolBar").Controls(1)
cmdbarB.Execute
I need to fill up programatically a couple of fields
and "push" a button that posts the form to a mail-like
folder (message class IPM.Note). Actually, I need to use
automation from Excel. How could I access those fields
and the button?
Thanks,
Mani
I have an add-in installing a toolbar with a single
button. By clicking on the button, a custom form pops up:
Dim cmdbarB As CommandBarButton
Set cmdbarB = Outlook.ActiveExplorer.CommandBars
("mail2smsToolBar").Controls(1)
cmdbarB.Execute
I need to fill up programatically a couple of fields
and "push" a button that posts the form to a mail-like
folder (message class IPM.Note). Actually, I need to use
automation from Excel. How could I access those fields
and the button?
Thanks,
Mani