My worksheet has to react when there is a change in the worksheet. This reaction is an adaptation of 3 fields. So I thought I use the event "on worksheet_change".
Now my problem: the event will also occur when the worksheet is changed by the visual basic (3 times per change)... so my procedure is started one time but will never end
Which event do I have to use to call my procedure?
Now my problem: the event will also occur when the worksheet is changed by the visual basic (3 times per change)... so my procedure is started one time but will never end
Which event do I have to use to call my procedure?