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.
Word フォーム用の簡単なリストボックスを作成しました。私はこの簡単なコードを書きました:
Private Sub ListBox1_Click() Me.ListBox1.AddItem "ZZ" Me.ListBox1.AddItem "yy" End Sub
リストボックスは機能しますが、問題があります。このファイルはフォームであるため、ユーザーが選択した項目を保存するにはどのようなコードを書く必要があるのでしょうか?
Me.ListBox1.ValueListBox コントロールで選択された値を返します。
Me.ListBox1.Value