1
In a management table I have two columns a Status(Coluna A)
and another Estado Anterior status
. In this I want to keep the same value as in column A, except for some case. So that it keeps a status history when it is concluído
Ex.:
Status Estado Anterior Status
Em contato Em contato
In case he doesn’t change
Status Estado Anterior Status
Concluído Em contato
Ps.: I have searched several code, but can’t execute it perfectly.
This is @Leo. This answer helps me, but in the code above you scroll through the table to find a change. There’s a way I can do that every time I modify an A cell ?
– Victor Henrique
A direct way to solve is to input by Vba through a field, which could be called from a Listbox to be similar to the spreadsheet, selecting the line would open a Textbox to enter the cell value. Then, it would remain to treat the result according to the entered value.
– Leo
Another solution is to standardize the answers, by your example it seems that is the case, ai a Combobox resolve, p. Ex. "Open", "In progress", ..., "Completed
– Leo