Hi,

for ComboBox change
Condition 1: if old content = new selected ComboxBox.item -> do nothing
Condition 2: if old content <> new selected ComboxBox.item -> change content and .offset(1,0) = now()

How can I do this?