Originally Posted by softv 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
If col = 1 Then flx1.StartEdit Call MouseClick 'simulates a single left click on the cell's ComboCue. End If
flx1.ComboButtonValue = FlexComboButtonValuePressed
Forum Rules