annoying bell when trapping errors

M

Mika

Hi,

In a routine that operates with precedents I have :

On error resume next
Arrows = MyCell.Precedents.count
MyCell.ShowPrecedents

If Mycell doesn't have precedents the On error statement allows to
continue as you know, however the bell of error messages still
sounds....How can I suppress that ??

Rgds
Mika
 
Top