Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: Items From Column Headers To Be Listed In ComboBox

  1. #21
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    13
    Try this one. Above each column i've placed a Combobox which is filled with a dynamic named range.
    On selecting a name the rest is filled in.
    Attached Files Attached Files

  2. #22
    Senior Member
    Join Date
    Jul 2013
    Posts
    102
    Rep Power
    12
    Hi Bakerman
    Thank you
    I get a error when selecting the dropdown box
    This line is in yellow but it looks the same as the other code lines *
    Sheets("LISTS").Range("Group" & ComboBox5.ListIndex + 1).Copy Range("G11")
    Thanks
    jeff

  3. #23
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    13
    Try it like this.
    Attached Files Attached Files

  4. #24
    Senior Member
    Join Date
    Jul 2013
    Posts
    102
    Rep Power
    12
    Hi Bakerman

    Excellent.That perfect

    Can you make the combobox fit the size of the column.So if the column is 10 units wide the combobox fits or it the column is changed from 10 to 20 wide can the combobox then resize to 20...
    Also how do i get the text to be larger

    Thanks again and much appreciated

    Jeff

  5. #25
    Moderator
    Join Date
    Jul 2012
    Posts
    156
    Rep Power
    13
    Automatically resize the CB's to Columnwidth NO, programmatically YES.
    To enlarge the text goto designmode and select your CB, rightclick and select Properties, Select Font and there you can choose your Font size.

  6. #26
    Senior Member
    Join Date
    Jul 2013
    Posts
    102
    Rep Power
    12
    Thank you for all your help Bakerman

Similar Threads

  1. adding entries into combobox with code
    By paul_pearson in forum Excel Help
    Replies: 1
    Last Post: 07-23-2013, 01:01 PM
  2. Combobox with Dynamic Date Range
    By paul_pearson in forum Excel Help
    Replies: 5
    Last Post: 07-21-2013, 06:14 PM
  3. Replies: 14
    Last Post: 06-27-2013, 10:57 AM
  4. Pivot Table Count No of Items per Category
    By Howardc in forum Excel Help
    Replies: 2
    Last Post: 07-04-2012, 10:49 PM
  5. Replies: 9
    Last Post: 03-13-2012, 01:27 PM

Posting Permissions

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