views:

33

answers:

1

I'm using Outlook 2007 and trying to design a form that changes the To: field based on whatever is in a ComboBox1.

Simple right? I thought so, until I found the documentation extremely lacking. Everything is point me to VBScrip and I have googled to exhaustion on the topic of setting the to field in vbscript.

Can someone with some outlook vbscript please write up a OnChange event to change the TO field of outlook after the combobox1 selection has been made?

Thank you so much for your help!

A: 

You know, I'm just going to forget coding the form and use HTA. At least when I create the Object I can setup the fields somewhat easier.

CodingIsAwesome