4 lines
61 B
Text
4 lines
61 B
Text
|
|
Sub StandardError()
|
||
|
|
Debug.Print "Goodbye World!"
|
||
|
|
End Sub
|