I have the following code that reveals a ComboBox when a target cell is double clicked
Private Sub Worksheet_BeforeDoubleClick(<wbr style="font-family: Arial, Helvetica, sans-serif;">ByVal Target As Range, _
Cancel As Boolean)
Dim str As String
Dim cboTemp As OLEObject
Dim ws As...