Ravenn 0 Newbie Poster

hi, i'm using an excel add-in which creates protected sheets where i can select options in different controls (like listboxes). I need to have a process run at intervals but this option is not included in the add-in. The process is initiated by selecting "Starts" from a listbox.
Is there a way to select this option from the listbox from VBA code? Since it is protected, i can't set the value of the control, but i'm hoping there's a way to make it seem like the selection was done by hand.