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.
リボン ボタンから実行してテンプレートを開く vba マクロがあります。テンプレートの変更は、最初のボタンの横にある他のボタンを使用して行います。ただし、[テンプレート] タブからテンプレートを新しいドキュメントとして開くと、[ホーム] タブが再度選択されます。「テンプレート」タブに自動的に切り替えるマクロの最後に追加できるコードはありますか?
キーボードの組み合わせ Alt + Home + (2x) Esc で操作できます
SendKeys "%(H)", False SendKeys "{esc}", True SendKeys "{esc}", True