Does anyone know how to access a windows form control e.g. a text box from a sub procedure within a module. For example, I would like to call a sub in the form load event to prefill a text box or a listbox. However, I cannot access the active form's controls.