Dear All
I hope i am not going bonkers...have spent hours trying to work this one out.
I have a multipage userform, in page 2 there is a combobox which i need to add items to when the userform is initialised. as a result i have written the following code, but this is not populating the combobox. Will really appreciate some help with this....
![]()
Private Sub ACUSERFORM_Initialize() ACMultiPage1.Pages(1).ComboBox1.Clear With ACMultiPage1.Pages(1).ComboBox1 .AddItem "YES" .AddItem "NO" End With End Sub
Bookmarks