+ Reply to Thread
Results 1 to 7 of 7

Combo box not showing full list

Hybrid View

  1. #1
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2502
    Posts
    26,788

    Re: Combo box not showing full list

    Go to Formulas, Name Manager, and click on tblEmployees. Update the range from CALCULATIONS!$A$2:$A$92 to be this formula:
    Formula: copy to clipboard
    =OFFSET(CALCULATIONS!$A$3,0,0,COUNTA(CALCULATIONS!$A:$A),1)

    This formula will always capture all the employees in the list no matter how many are added or removed.

    Go to Developer, click on Design. Right click on each of your comboboxes and set the ListFillRange property to be tblEmployees.

    Now you have a dynamic range to list employees and every place that needs to refer to that list is using the same range.

  2. #2
    Forum Contributor
    Join Date
    04-18-2013
    Location
    utah
    MS-Off Ver
    2010
    Posts
    668

    Re: Combo box not showing full list

    These seemed to be locked somehow

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: 11-27-2014, 01:06 PM
  2. [SOLVED] Excel Cell Not Showing Full Data
    By fitkhan in forum Excel General
    Replies: 2
    Last Post: 04-10-2014, 03:35 PM
  3. graphic element showing %age water tank is full
    By James C in forum Excel General
    Replies: 2
    Last Post: 09-10-2009, 03:49 PM
  4. Worksheets Not Showing Until User Click On Full View?
    By Redtail50 in forum Excel General
    Replies: 1
    Last Post: 04-28-2008, 11:49 PM
  5. showing drop down list when combo box is activated
    By dhavanchopra in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-26-2007, 07:49 AM

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