Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 395
Default Data Validation drop-down width, with named range source (XL03 and

I have a data validation cell (List) that uses a named range as the source.
The named range is: GraphLocList=Sheet2!$B$1:$J$1

The list is mostly 3-letter acronyms, with the longest entry being a
9-letter name. I have confirmed that the cells do not contain any extra blank
characters, just the strings that are visible.

My data validation cell is Sheet1, cell D81. The list shows up with the
expected contents, but an unexpected width. The drop-down is so wide it
starts halfway through column B (width 47) and crosses C (width 11) in
addition to covering column D. My entries are so short, they are all
left-justified and show up under column B, when they would all fit (or nearly
fit) if the drop-down was just the width of D.

This workbook was created in XL03, but shows the same symptom when opened in
XL07.

Any suggestions on how to shrink the width of the drop-down to something
more manageable would be greatly appreciated.

Thank you!
Keith
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Data Validation drop-down width, with named range source (XL03 and

I've run across this before but can't remember exactly how I fixed it.

I think all I had to do was to delete the validation list then set it up
once again.

--
Biff
Microsoft Excel MVP


"ker_01" wrote in message
...
I have a data validation cell (List) that uses a named range as the source.
The named range is: GraphLocList=Sheet2!$B$1:$J$1

The list is mostly 3-letter acronyms, with the longest entry being a
9-letter name. I have confirmed that the cells do not contain any extra
blank
characters, just the strings that are visible.

My data validation cell is Sheet1, cell D81. The list shows up with the
expected contents, but an unexpected width. The drop-down is so wide it
starts halfway through column B (width 47) and crosses C (width 11) in
addition to covering column D. My entries are so short, they are all
left-justified and show up under column B, when they would all fit (or
nearly
fit) if the drop-down was just the width of D.

This workbook was created in XL03, but shows the same symptom when opened
in
XL07.

Any suggestions on how to shrink the width of the drop-down to something
more manageable would be greatly appreciated.

Thank you!
Keith



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 376
Default Data Validation drop-down width, with named range source (XL03and

hi

From a previous posting by Debra Dalgleish

The dropdown width should stay approximately the same width as the
column. However, sometimes it gets confused if there are merged cells
in the worksheet, or if you change the column size after creating the
data validation. I haven't found a reliable solution to this problem.


Debra offers some VBA code to temporarily widen a DV list box when
activated.
maybe you could use this to fix your width and prevent it from going so
wide.

--
Regards
Roger Govier

ker_01 wrote:
I have a data validation cell (List) that uses a named range as the source.
The named range is: GraphLocList=Sheet2!$B$1:$J$1

The list is mostly 3-letter acronyms, with the longest entry being a
9-letter name. I have confirmed that the cells do not contain any extra blank
characters, just the strings that are visible.

My data validation cell is Sheet1, cell D81. The list shows up with the
expected contents, but an unexpected width. The drop-down is so wide it
starts halfway through column B (width 47) and crosses C (width 11) in
addition to covering column D. My entries are so short, they are all
left-justified and show up under column B, when they would all fit (or nearly
fit) if the drop-down was just the width of D.

This workbook was created in XL03, but shows the same symptom when opened in
XL07.

Any suggestions on how to shrink the width of the drop-down to something
more manageable would be greatly appreciated.

Thank you!
Keith

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 395
Default Data Validation drop-down width, with named range source (XL03

Thanks Biff & Roger for your posts.

I deleted the data validation and re-created it, but the same effect is
still seen.

Unfortunately this is a workbook that will be distributed to users who will
not reliably enable macros, so I can't rely on a VBA solution.

Best,
Keith

"Roger Govier" wrote:

hi

From a previous posting by Debra Dalgleish

The dropdown width should stay approximately the same width as the
column. However, sometimes it gets confused if there are merged cells
in the worksheet, or if you change the column size after creating the
data validation. I haven't found a reliable solution to this problem.


Debra offers some VBA code to temporarily widen a DV list box when
activated.
maybe you could use this to fix your width and prevent it from going so
wide.

--
Regards
Roger Govier

ker_01 wrote:
I have a data validation cell (List) that uses a named range as the source.
The named range is: GraphLocList=Sheet2!$B$1:$J$1

The list is mostly 3-letter acronyms, with the longest entry being a
9-letter name. I have confirmed that the cells do not contain any extra blank
characters, just the strings that are visible.

My data validation cell is Sheet1, cell D81. The list shows up with the
expected contents, but an unexpected width. The drop-down is so wide it
starts halfway through column B (width 47) and crosses C (width 11) in
addition to covering column D. My entries are so short, they are all
left-justified and show up under column B, when they would all fit (or nearly
fit) if the drop-down was just the width of D.

This workbook was created in XL03, but shows the same symptom when opened in
XL07.

Any suggestions on how to shrink the width of the drop-down to something
more manageable would be greatly appreciated.

Thank you!
Keith

.

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Data Validation drop-down width, with named range source (XL03

Try deleting the drop down then save the file. Then setup the drop down once
agian then save the file again.

--
Biff
Microsoft Excel MVP


"ker_01" wrote in message
...
Thanks Biff & Roger for your posts.

I deleted the data validation and re-created it, but the same effect is
still seen.

Unfortunately this is a workbook that will be distributed to users who
will
not reliably enable macros, so I can't rely on a VBA solution.

Best,
Keith

"Roger Govier" wrote:

hi

From a previous posting by Debra Dalgleish

The dropdown width should stay approximately the same width as the
column. However, sometimes it gets confused if there are merged cells
in the worksheet, or if you change the column size after creating the
data validation. I haven't found a reliable solution to this problem.


Debra offers some VBA code to temporarily widen a DV list box when
activated.
maybe you could use this to fix your width and prevent it from going so
wide.

--
Regards
Roger Govier

ker_01 wrote:
I have a data validation cell (List) that uses a named range as the
source.
The named range is: GraphLocList=Sheet2!$B$1:$J$1

The list is mostly 3-letter acronyms, with the longest entry being a
9-letter name. I have confirmed that the cells do not contain any extra
blank
characters, just the strings that are visible.

My data validation cell is Sheet1, cell D81. The list shows up with the
expected contents, but an unexpected width. The drop-down is so wide it
starts halfway through column B (width 47) and crosses C (width 11) in
addition to covering column D. My entries are so short, they are all
left-justified and show up under column B, when they would all fit (or
nearly
fit) if the drop-down was just the width of D.

This workbook was created in XL03, but shows the same symptom when
opened in
XL07.

Any suggestions on how to shrink the width of the drop-down to
something
more manageable would be greatly appreciated.

Thank you!
Keith

.



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 Drop Down Menu Width Zee[_2_] Excel Discussion (Misc queries) 1 November 4th 08 06:42 PM
IF function in Data Validation- XL03 Conker10382 Excel Discussion (Misc queries) 1 June 26th 07 12:37 AM
Data validation drop downs don't recognize dynamic named range GlenC Excel Discussion (Misc queries) 0 July 19th 06 06:25 PM
Drop down list box width - data validation Laura Excel Discussion (Misc queries) 1 March 17th 06 09:58 PM
Data Validation - width of drop down box Laura Excel Discussion (Misc queries) 0 March 16th 06 10:18 PM


All times are GMT +1. The time now is 11:15 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"