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.
これはおそらく非常に簡単に実行できますが、まだ完全にはわかりません。テキストを選択してキーボードの削除を押すのとほぼ同じ方法で、選択したテキストをExcelで削除するボタンが必要です。
シンプルなForm Control. Selection.ClearまたはSelection.ClearContents、現在の選択からすべてをクリアするか、コンテンツのみをクリアします。
Form Control
Selection.Clear
Selection.ClearContents
Sub Button1_Click() Selection.Clear End Sub
しかし、おそらく、特定のワークシートだけでなく、どこからでもこれを使用できるようにしたいでしょう。その場合は、最初にマクロを作成してから、クイック アクセス ツールバーをカスタマイズして、マクロを実行するボタンを追加します。