Is it possible to display an Excel Userform such that is appears initially in a de-highlighted state? I'm not sure, but I think the term is 'focus'
I currently show a modeless userform triggered from the workbook open event but it always appears in a highlighted state.
VB Code:
Private Sub Workbook_Open() OptionList.Show vbModeless 'appears in highlighted state End Sub





Reply With Quote