Quote Originally Posted by softv View Post
Code:
If col = 1 Then
    flx1.StartEdit
    Call MouseClick 'simulates a single left click on the cell's ComboCue.
End If
Make instead of Call MouseClick the following.
Code:
flx1.ComboButtonValue = FlexComboButtonValuePressed