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?

Signature
gabch
Tom Ogilvy - 20 May 2006 17:09 GMT
Use the click event. Maintain a static variable that holds the old/previous
value (which you will update).

Signature
Regards,
Tom Ogilvy
> Hi,
>
[quoted text clipped - 5 lines]
>
> How can I do this?