I have a Listbox in a Userform that reflects a list of the order of display of the items in a Dashboard. I want the user to be free to change the order of these items by moving them down or up in Listbox, as shown in the picture:
Is there a way to do this without changing the RowSource?
Hello, Your rowsource information ? A query, a table, a Worksheet ?
My suggestion would be to edit the named interval and recreate the rowsource, because thus, I believe that the user every time he uses the tool, will keep the sequence preference of the columns and his form is updated on screen.
Hello, Your rowsource information ? A query, a table, a Worksheet ?
– P.Moreira
My Rowsource pulls information from a named interval.
– J. L. Muller
My suggestion would be to edit the named interval and recreate the rowsource, because thus, I believe that the user every time he uses the tool, will keep the sequence preference of the columns and his form is updated on screen.
– P.Moreira