View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fullers fullers is offline
external usenet poster
 
Posts: 30
Default Use a macro to modify a combo box

I have a macro that runs and displays a user form where I have set up a combo
box.

What I want to be able to do is change the row source in my combo box using
the macro before it is displayed. How would I go about doing this?

Thanks.