It depends on your drop down. if you're using in-cell data validation there's not really much option unless you change the zoom value.
I think the easiest way would be to use an ActiveX combo box and have code set up to change the font when it's selected, and then to change it back when a choice is made:
Code:
Private Sub ComboBox1_GotFocus()
ComboBox1.Font.Size = 18
End Sub
Private Sub ComboBox1_DropButtonCIick()
ComboBox1.Font.Size = 8
End Sub
Apparently the board censors the word "0nClick" so make sure to change that capital I to an L in DropButtonCIick.
We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel
Which adblocker are you using?
Disable AdBlock
Follow these easy steps to disable AdBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the icon in the browser’s toolbar. 2)Click on the "Pause on this site" option.
Go back
Disable AdBlock Plus
Follow these easy steps to disable AdBlock Plus
1)Click on the icon in the browser’s toolbar. 2)Click on the toggle to disable it for "mrexcel.com".
Go back
Disable uBlock Origin
Follow these easy steps to disable uBlock Origin
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.
Go back
Disable uBlock
Follow these easy steps to disable uBlock
1)Click on the icon in the browser’s toolbar. 2)Click on the "Power" button. 3)Click on the "Refresh" button.