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 リボンの各コンボボックス項目に ID を設定するにはどうすればよいですか?
次のコードは、各アイテムにテキスト (ラベル) を設定する場所です。後で識別するために、各アイテムに ID を設定したいと思います。これどうやってするの?
Private Sub cbIndentItem(control As IRibbonControl, index As Integer, ByRef Label) Label = taskLvl(index).NameLvl End Sub
通常、コンボボックス オブジェクトの名前は、プロパティ ペインを使用して VBA エディタで設定されます。ただし、後で識別するために、割り当てた名前またはインデックス値によって識別します。