outlook form

  1. V

    Outlook Form ListBox is not editable

    I need to create an Outlook form that has both ComboBox and a ListBox. I created the fields as shown in the images below. When I test the form, I can edit Combobox but the Listbox is not editable. This was not a problem when I created a similar form just a few days ago. I am wondering if...
  2. H

    VB script in outlook form doesn't work anymore

    I used the following script for years in a customized outlook form to populate a combo box with outlook contacts. This worked fine until a couple of months ago. Now it doesn't work anymore. Sub Item_Open() Dim FullArray() ' Sets the name of page on the form (Termindetails) Set...
  3. P

    Custom Outlook form_Validations in combo box

    Hi, I have a problem if you can solve that. I need to create a form for the user (screenshot attached). This form will have combo boxes and text boxes. Now the problem is values in combo boxes will be shown on the basis of some logics. For example, suppose in product line subtype we have 3...
Back
Top