PC Review


Reply
Thread Tools Rate Thread

Data Validation - Excel 2007

 
 
Theresa
Guest
Posts: n/a
 
      23rd Feb 2009
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,
 
Reply With Quote
 
 
 
 
CurlyDave
Guest
Posts: n/a
 
      24th Feb 2009
On Feb 23, 4:10*pm, Theresa <Ther...@discussions.microsoft.com> 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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Data Validation - Excel 2007 Nadine Microsoft Excel Worksheet Functions 5 15th Jan 2009 07:10 PM
Data validation in Excel 2007 Aeronav Microsoft Excel Misc 5 12th Nov 2008 04:37 PM
RE: Data validation in Excel 2007 ShaneDevenshire Microsoft Excel Misc 0 9th Nov 2008 06:45 PM
Data Validation in Excel 2007 =?Utf-8?B?QnJ1Y2VZ?= Microsoft Excel Discussion 6 9th May 2007 02:21 PM
Data validation Excel 2007 =?Utf-8?B?S2F0aHJpbmU=?= Microsoft Excel Worksheet Functions 0 27th Apr 2007 10:10 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:34 AM.