Visual Basic For Applications Tips


アドインに登録された時に実行される関数


何ら特別な事はせずともAuto_Add関数をプロシジャに記述するだけで勝手に呼ばれます。

Sub Auto_Add()
  
MsgBox "Auto_Add"
End Sub