Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 55
Default Data Validation - Excel 2007

Hi:

Can anyone tell me if there is a way to change the font size in a data
validation drop down list in Excel 2007. Font is very small.

Thanks,
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 206
Default Data Validation - Excel 2007

On Feb 23, 4:10*pm, Theresa wrote:
Hi:

Can anyone tell me if there is a way to change the font size in a data
validation drop down list in Excel 2007. *Font is very small.

Thanks,


It is not possible. A very popular way to see the list better is to
increase the zoom view when the data validation is selected, this is
done with vba.
If The Data Validation list is in A1 then this code will increase the
zoom when A1 is selected.
Right click on the sheet tab and select view code. Copy and Paste the
code there

Private Sub Worksheet_SelectionChange(ByVal Target As Range)

ActiveWindow.Zoom = 100

If Target.Address = "$A$1" Then ActiveWindow.Zoom = 200


End Sub
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Validation - Excel 2007 Nadine Excel Worksheet Functions 5 January 15th 09 07:10 PM
2007 Excel Data Validation Gene Excel Discussion (Misc queries) 2 December 13th 08 03:54 AM
Data validation in Excel 2007 Aeronav Excel Discussion (Misc queries) 5 November 12th 08 04:37 PM
Data validation in Excel 2007 ShaneDevenshire Excel Discussion (Misc queries) 0 November 9th 08 06:45 PM
Data validation Excel 2007 Kathrine Excel Worksheet Functions 0 April 27th 07 10:10 AM


All times are GMT +1. The time now is 03:28 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"