name: vba-excel description: > Provides Excel-specific VBA patterns including worksheet/workbook events, UserForm best practices, security patterns, and migration guidance to modern platforms. Use when handling worksheet change events, automating workbook operations, creating UserForms, or building Excel-specific automation tasks. Excel固有のVBAパターン集。ワークシート/ブックイベント、UserForms、セキュリティパターン、モダンプラットフォームへの移行ガイド。Excel自動化、イベント処理、UserForm作成時に使用。
Excel固有のVBAパターン
Excel自動化、イベント、UserFormsに特化したパターン。
詳細な手順: INSTRUCTIONS.md
リソース
- INSTRUCTIONS.md — ワークシートイベント・ブックイベント・UserForm・セキュリティ・移行ガイドの全内容
- evaluations/evals.json — テストケース(作成推奨)
関連スキル
- vba-core: VBAコアベストプラクティス
- vba-patterns: 共通VBAパターン
- systematic-debugging: VBAデバッグ