View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bruce forster bruce forster is offline
external usenet poster
 
Posts: 28
Default need form to initialize without closing

I have a userform with several comboboxes and textboxes. When I change a selection in a combobox a certain "if" statement on the workbook is supposed to "fire", and it does, but the change is not reflected in the userform until i close and reopen. I am using a UserForm_Initialize() event. Any suggestions as to how I can have the changes on the worksheet be reflected on the userform without closing it.?

thanks