8 lines
112 B
Text
8 lines
112 B
Text
|
|
Sub foo2()
|
||
|
|
On Error Resume Next
|
||
|
|
Operation1()
|
||
|
|
Operation2()
|
||
|
|
Operation3()
|
||
|
|
Operation4()
|
||
|
|
End Sub
|