You are right of course, but I tried the privat sub just below that one in order to make my dropdownview larger.
It doesnt work however
Toos
----- Debra Dalgleish wrote: -----
That's the code to change the zoom setting, so the dropdown font appears
larger. The code I suggested is just above that:
http://www.contextures.com/xlDataVal08.html#Wider
'=====================================
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Count > 1 Then Exit Sub
If Target.Column = 4 Then
Columns(4).ColumnWidth = 20
Else
Columns(4).ColumnWidth = 5
End If
End Sub
'==========================================
Also, do you have macros enabled for the workbook?