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