+ Reply to Thread
Results 1 to 3 of 3

Expand out a dropdown list?

Hybrid View

  1. #1
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Expand out a dropdown list?

    See http://www.contextures.com/xldataval08.html#Wider
    Entia non sunt multiplicanda sine necessitate

  2. #2
    Valued Forum Contributor
    Join Date
    02-26-2010
    Location
    Chattanooga, TN
    MS-Off Ver
    Excel 2003/2007/2010/2016
    Posts
    432

    Re: Expand out a dropdown list?

    Hello,

    I modified the code to be cell-specific vice column-specific, but it doesn't do anything to the selected cell. (The validation list width doesn't change.)

    Any help appreciated. Thanks! VR/Lost


    Private Sub Worksheet_SelectionChange(ByVal Target As Range)
      If Target.Count > 1 Then Exit Sub
       If Target.Address = "$D$2" Then
           Target.Columns.ColumnWidth = 150
       End If
    End Sub

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1