7 lines
106 B
Text
7 lines
106 B
Text
Sub foo1()
|
|
err.raise(vbObjectError + 1050)
|
|
End Sub
|
|
|
|
Sub foo2()
|
|
Error vbObjectError + 1051
|
|
End Sub
|