+ Reply to Thread
Results 1 to 7 of 7

Finding a missing date and listing name from next Column

  1. #1
    Registered User
    Join Date
    07-06-2009
    Location
    Miami. OK
    MS-Off Ver
    Excel 2003
    Posts
    23

    Finding a missing date and listing name from next Column

    I am try to show a list of all rows that have a missing date in column "B" and then show the corrasponding name in the next column "C". I can find the first one on the sheet and how many have missing dates using:
    Please Login or Register  to view this content.
    But I can't figure out how to show the rest of the missing dates, either in a listbox or populate the combobox with all of the names.

  2. #2
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Finding a missing date and listing name from next Column

    Hello mhill,

    I have made a few changes to your macro. The range is now restricted from B1 to the last cell in column B with data instead of the entire column. The names are loaded into an array and the ComboBox is loaded using this array.
    Please Login or Register  to view this content.
    Sincerely,
    Leith Ross

    Remember To Do the Following....

    1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.
    2. Thank those who have helped you by clicking the Star below the post.
    3. Please mark your post [SOLVED] if it has been answered satisfactorily.


    Old Scottish Proverb...
    Luathaid gu deanamh maille! (Rushing causes delays!)

  3. #3
    Registered User
    Join Date
    07-06-2009
    Location
    Miami. OK
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Finding a missing date and listing name from next Column

    Hi Leith,

    Thanks for taking the time to look at this.

    I'm getting a Type MisMatch on:

    ReDim Preserve arrNames(f)

    I'm not for sure what i need to change.

    Thanks,

    Martin

  4. #4
    Forum Moderator Leith Ross's Avatar
    Join Date
    01-15-2005
    Location
    San Francisco, Ca
    MS-Off Ver
    2000, 2003, & 2010
    Posts
    23,258

    Re: Finding a missing date and listing name from next Column

    Hello Martin,

    Sorry, my typing is less than stellar.
    Please Login or Register  to view this content.

  5. #5
    Registered User
    Join Date
    07-06-2009
    Location
    Miami. OK
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Finding a missing date and listing name from next Column

    O-Geez, I think my reading is worse.

  6. #6
    Registered User
    Join Date
    07-06-2009
    Location
    Miami. OK
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Finding a missing date and listing name from next Column

    Hello Leith,

    Got it working, Thanks very much for your help and time.

    Martin

  7. #7
    Registered User
    Join Date
    07-06-2009
    Location
    Miami. OK
    MS-Off Ver
    Excel 2003
    Posts
    23

    Re: Finding a missing date and listing name from next Column

    hi Leith,

    I change this to show the names in a listbox and its working great.

    I have one last question if you don't mind. Would it be possible to pull another cell in along with the name from the same row? I know they are going to ask for it, just wanted to get a jump on them before they ask.

    Thanks,

    Martin

+ 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