メインコンテンツへスキップ

Excelで複数のチェックボックスをすばやく挿入するにはどうすればよいですか?

Excelに複数のチェックボックスをすばやく挿入するにはどうすればよいですか? Excelで次のトリッキーな方法に従ってください。

フィルハンドルで複数のチェックボックスを挿入します

VBAコードで複数のチェックボックスを挿入します

Kutools for Excelを使用して、ワンクリックで複数のチェックボックスを挿入および削除します


矢印青い右バブル フィルハンドルで複数のチェックボックスを挿入します

Excelでは、塗りつぶしハンドルは多くのことを行うための強力な関数です。 チェックボックスを埋めることもできます。 まず、チェックボックスを挿入する必要があります。 次のようにします。

1に設定します。 OK をクリックします。 Developer メニューバーで、をクリックします インセット、下のチェックボックス画像を選択します フォームコントロール。 スクリーンショットを参照してください:

doc-insert-multiple-checkboxes1

2。 チェックボックスの画像をクリックすると、プラス記号のポインタが表示されます。チェックボックスを追加する場所をクリックします。

doc-insert-multiple-checkboxes2

3。 チェックボックスを選択してセルに移動し、チェックボックスの名前を削除します。

4。 次に、チェックボックスが表示されているセルを選択します。次に、塗りつぶしハンドルを、塗りつぶすセルの範囲にドラッグします。 スクリーンショットを参照してください:

doc-insert-multiple-checkboxes3


ワンクリックで選択範囲に複数のチェックボックスを挿入します。

Kutools for Excel's バッチ挿入チェックボックス ユーティリティを使用すると、一度に複数のチェックボックスをすばやく挿入できます。 この機能を無料でダウンロードするにはクリックしてください。

doc複数のチェックボックスを挿入10

Kutools for Excel:300以上の便利なExcelアドインがあり、30日以内に制限なしで無料で試すことができます。 今すぐダウンロードして無料トライアル!


矢印青い右バブル VBAコードで複数のチェックボックスを挿入します

最初の方法がやや面倒だと思われる場合は、次のVBAコードを使用すると、複数のチェックボックスを簡単かつ迅速に挿入できます。

1に設定します。 OK をクリックします。 Developer > ビジュアルベーシック、新しいです アプリケーション用のMicrosoftVisual Basic ウィンドウが表示されたら、をクリックします インセット > モジュール、次のコードをに入力します モジュール:

Sub InsertCheckBoxes()
'Updateby Extendoffice
Dim Rng As Range
Dim WorkRng As Range
Dim Ws As Worksheet
On Error Resume Next
xTitleId = "KutoolsforExcel"
Set WorkRng = Application.Selection
Set WorkRng = Application.InputBox("Range", xTitleId, WorkRng.Address, Type:=8)
Set Ws = Application.ActiveSheet
Application.ScreenUpdating = False
For Each Rng In WorkRng
    With Ws.CheckBoxes.Add(Rng.Left, Rng.Top, Rng.Width, Rng.Height)
        .Characters.Text = Rng.Value
    End With
Next
WorkRng.ClearContents
WorkRng.Select
Application.ScreenUpdating = True
End Sub

2。 次に、をクリックします doc-乗算-計算-3 ボタンを押してコードを実行します。 また、チェックボックスを挿入するセルの範囲を選択するように促すプロンプトボックスが表示されます。 スクリーンショットを参照してください:

doc-insert-multiple-checkboxes4

3。 そして、 OK、チェックボックスがきれいにそして美しく範囲に挿入されました。 スクリーンショットを参照してください:

doc-insert-multiple-checkboxes5


矢印青い右バブル Kutools forExcelで複数のチェックボックスを挿入します

ここでは、複数のチェックボックスを挿入する簡単で便利な方法を紹介します-Kutools for Excelそのと バッチ挿入チェックボックス この機能では、チェックボックスを空白のセルまたはデータのあるセルに挿入できます。

Kutools for Excel : 300以上の便利なExcelアドインがあり、30日以内に制限なしで無料で試すことができます.

インストールした後 Kutools for Excel、次の手順で実行してください。

1。 チェックボックスを挿入するセルの範囲を選択します。

2に設定します。 OK をクリックします。 クツール > インセット > バッチ挿入チェックボックス、スクリーンショットを参照してください:

doc-insert-multiple-checkboxes06

3。 次に、次のスクリーンショットに示すように、選択したセルにチェックボックスが入力されています。

空白のセルにチェックボックスを挿入します データセルにチェックボックスを挿入する
doc-insert-multiple-checkboxes7 doc-insert-multiple-checkboxes8

ヒント。 複数のチェックボックスをすばやく削除したい場合は、 Kutools for Excelさん チェックボックスを削除する 次のスクリーンショットに示すように。 60日で無制限にフル機能、 今すぐダウンロードして無料トライアルをお試しください.

doc-insert-multiple-checkboxes9

Kutools for Excel:300以上の便利なExcelアドインがあり、30日以内に制限なしで無料で試すことができます。 今すぐダウンロードして無料トライアル!


矢印青い右バブル Kutools forExcelで複数のチェックボックスを挿入および削除します

Kutools for Excel:300以上の便利なExcelアドインがあり、30日以内に制限なしで無料で試すことができます。 今すぐダウンロードして無料トライアル!

関連記事:

Excelで複数のチェックボックスをすばやく削除するにはどうすればよいですか?

最高のオフィス生産性向上ツール

🤖 Kutools AI アシスタント: 以下に基づいてデータ分析に革命をもたらします。 インテリジェントな実行   |  コードを生成  |  カスタム数式の作成  |  データを分析してグラフを生成する  |  Kutools関数を呼び出す...
人気の機能: 重複を検索、強調表示、または識別する   |  空白行を削除する   |  データを失わずに列またはセルを結合する   |   数式なしのラウンド ...
スーパールックアップ: 複数の基準の VLookup    複数の値の VLookup  |   複数のシートにわたる VLookup   |   ファジールックアップ ....
詳細ドロップダウン リスト: ドロップダウンリストを素早く作成する   |  依存関係のドロップダウン リスト   |  複数選択のドロップダウンリスト ....
列マネージャー: 特定の数の列を追加する  |  列の移動  |  Toggle 非表示列の表示ステータス  |  範囲と列の比較 ...
注目の機能: グリッドフォーカス   |  デザインビュー   |   ビッグフォーミュラバー    ワークブックとシートマネージャー   |  リソースライブラリ (自動テキスト)   |  日付ピッカー   |  ワークシートを組み合わせる   |  セルの暗号化/復号化    リストごとにメールを送信する   |  スーパーフィルター   |   特殊フィルター (太字/斜体/取り消し線をフィルター...) ...
上位 15 のツールセット12 テキスト ツール (テキストを追加, 文字を削除する、...)   |   50+ チャート 種類 (ガントチャート、...)   |   40+ 実用的 (誕生日に基づいて年齢を計算する、...)   |   19 挿入 ツール (QRコードを挿入, パスから画像を挿入、...)   |   12 変換 ツール (数字から言葉へ, 通貨の換算、...)   |   7 マージ&スプリット ツール (高度な結合行, 分割セル、...)   |   ... もっと

Kutools for Excel で Excel スキルを強化し、これまでにない効率を体験してください。 Kutools for Excelは、生産性を向上させ、時間を節約するための300以上の高度な機能を提供します。  最も必要な機能を入手するにはここをクリックしてください...

説明


Officeタブは、タブ付きのインターフェイスをOfficeにもたらし、作​​業をはるかに簡単にします

  • Word、Excel、PowerPointでタブ付きの編集と読み取りを有効にする、パブリッシャー、アクセス、Visioおよびプロジェクト。
  • 新しいウィンドウではなく、同じウィンドウの新しいタブで複数のドキュメントを開いて作成します。
  • 生産性を 50% 向上させ、毎日何百回もマウス クリックを減らすことができます!
Comments (51)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Thanks for the tips, could help me , I am trying to select multiple checkboxes and based on selection count should be displayed. could help me with macro code for same
This comment was minimized by the moderator on the site
Hello, Rohit,

May be the following article can help you, please view it.
https://www.extendoffice.com/documents/excel/2460-excel-sum-count-checkboxes.html

Hope it can help you!
This comment was minimized by the moderator on the site
Hello and thank you for the tips above. Note that in your Sub, you must declare the variable xTitleId with Dim xTitleId as String.. otherwise the routine will produce an error, assuming the user has VBA set with Option Explicit. The Dim above solves the problem and the Sub works perfectly thereafter. Thanks for the great advice and information.
This comment was minimized by the moderator on the site
Great macro, gracefully written!!! Thank you!
This comment was minimized by the moderator on the site
I just purchased the program. When I insert the checkboxes, they are slightly lower than the cell itself, so they are encroaching into the cell below. How can I reposition each of those cells?
This comment was minimized by the moderator on the site
Hye there. im new here n new for using excel.can i know how to put other excel sheet under one excel sheet. example when i open 1 excel sheet and i got my audit plan. Then i got list of country overall such as Canada and Belgium. So what i wan to know how if i click Canada and my audit plan for Canada will appear.
This comment was minimized by the moderator on the site
Why is my name in this list? I did not take this class.
This comment was minimized by the moderator on the site
Hi Just followed your code to create a list of checkboxes on my spreadsheet, I am very new to this but have managed to follow it and worked perfectly. I just cant remove the checkbox labels coming up? i have a pretty long spreadsheet and deleting them individually is impossible. can i remove the labels that come up with each checkbox??? please help
This comment was minimized by the moderator on the site
Really good macro How do insert them already checked? i.e. their value is already 1? Thanks
This comment was minimized by the moderator on the site
THANK YOU!!! Great post!
This comment was minimized by the moderator on the site
Hello, this macro is a GREAT timesaver - thank you! I'm terrible with VBA, but I was trying to determine which line(s) in the code I may be able to comment to keep the range-reminder dialog from appearing. Is that possible? I'm prepping some checklists for our marketing group and entering a MILLION checkboxes (so you can imagine how much this macro helps), but I have to stop with each group/range and click on that darn dialog. Any way to disable it so I can maybe re-enable it later? Thanks for any help! -LLD
There are no comments posted here yet
Load More
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations