Hey everyone, I'm facing the following problem:
I have a table where Column A gives me Names and column B gives me the status "done" or "ongoing".
I have a ListBox that populates with all names from column A.
I want to be able to select an item in the List and click a button to change the status in column B for the selected name to "DONE".
There are no userforms.
How would the code for the Button click look like?
Thanks!
I have a table where Column A gives me Names and column B gives me the status "done" or "ongoing".
I have a ListBox that populates with all names from column A.
I want to be able to select an item in the List and click a button to change the status in column B for the selected name to "DONE".
There are no userforms.
How would the code for the Button click look like?
Thanks!