Search results

  1. N

    Change User's Listbox Selection

    Hi, I have a ListBox on a form. The listBox is populated by a range, then an item "New Event" is added to the end of the list. When "New Event" is selected, I would like an input box to be shown to the user. Then the InputBox's information "NewEvent" will be added to the top of the ListBox's...
  2. N

    add new sheet as copy of "Master" sheet

    Hi, I have a workbook with a user form, most information in the workbook will be filled in using the form. However, the form references all visible worksheets many times. If the user adds a blank worksheet without specific ranges and headings built in, then the form will not work correctly. I...
  3. N

    Listbox Leading-0 Sort

    I have a Listbox "on a form" populated by several dynamic ranges pulling from several worksheets. I have already figured out how to take out all duplicates from the Listbox. I have also managed to try several different methods of sorting my information. However, I always seem to come up short of...
Top Bottom