When you write a VBA macro, the code is in a Sub procedure. In its simplest form: Sub MyFirstProcedure() MsgBox "Hello World", vbOKOnly + vbInformation End ...
確定! 回上一頁