チェックボックスまとめ

昨日は、作成したチェックボックスのグループ番号更新に挑戦した。
infoment.hatenablog.com

今日は締めとして、今回シリーズのコードをまとめて紹介する。
f:id:Infoment:20191119202019p:plain

最終的に、ユーザーフォームはこのようになった。

f:id:Infoment:20191119203346p:plain

番号 種類 オブジェクト名 Caption 備考
UserForm CBsEditForm CheckBox(フォームコントロール)作成・編集
Frame Frame1 選択セルの文字をCheckBoxに変換 単なる枠。フレームの機能は未使用。
CommandButton SetCheckBoxButton 配 置
CheckBox IgnoreBlankCheck 空白を無視する 初期値:True
CommandButton CloseButton 終 了
Label Label1 名前
Label Label2 キャプション
ListBox CBsListBox ColumnCount:2
CheckBox MultiSelectCheck リストの複数選択可 初期値:False
Label Label3 選択CheckBoxのキャプション変更
TextBox NewCaptionInputBox
CommandButton CaptionChangeButton 変更
CommandButton SelectAllButton 全選択
CommandButton GroupingButton 選択グループ化
CommandButton SelectedCBsDeleteButton 選択削除
CommandButton GroupingSelectButton グループを選択
ComboBox GroupNumberComboBox
Label Label4 選択CheckBoxの名前変更
TextBox NewNameInputBox
CommandButton NameChangeButton 変更

 
コードは、長いので、例によって今回も折りたたんでおく。

 
 
今後は何かあれば、こちらを更新することとする。

本シリーズは、これでおしまい。

参考まで。