Hi all,
For some reason my drowndown list arrows disappear after flashing and I found the code below on the net.
When I click a cell with a dropdownlist, this code allows the arrow to flash and comeback, without this code it flashes only to disappear.
All I need is to apply this code to the whole Workbook (I'm having to copy paste to each sheet for now).
For some reason my drowndown list arrows disappear after flashing and I found the code below on the net.
When I click a cell with a dropdownlist, this code allows the arrow to flash and comeback, without this code it flashes only to disappear.
All I need is to apply this code to the whole Workbook (I'm having to copy paste to each sheet for now).
Code:
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
On Error GoTo 0
End Sub