No, you should be able to do it in the form, such as in its terminate event.

Signature
HTH
Bob Phillips
(remove nothere from email address if mailing direct)
> HI jim do i have to close out the form go back to the excel sheet and
> copy yr code to a cell
dstyles782001 - 23 Feb 2006 15:54 GMT
Private Sub UserForm_Initialize()
ComboBox1.AddItem "New User Request"
ComboBox1.AddItem "Change existing User"
ComboBox2.AddItem "User"
ComboBox2.AddItem "Enterprise"
ComboBox2.AddItem "Full Access"
ComboBox2.AddItem "Accounting - A"
ComboBox2.AddItem "Accounting - B"
ComboBox2.AddItem "Reporting Only"
ComboBox3.AddItem "Pending"
ComboBox3.AddItem "Completed"

Signature
dstyles782001