Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Outlook でタスクを自動化するためのフォームを作成しました
私のユーザーフォーム名はuserform1だとしましょう
次に、マクロからフォームを呼び出します-
sub monitorbox() userform1.show end sub
今、このマクロを Outlook ツールバーにボタンとして追加します。
ツールに行く | カスタマイズ | コマンドタブ
マクロに移動し、ツールバーにドラッグします
これで完了です。