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.
object0、object1、object2 ...という順番に名前が付けられた12個のオブジェクトを持つフォームがあり、それぞれに対して同じことを行うのではなく、ループのようなものを実行してすべての値を取得したいと思います。
好き:
self["object" + i]
iが現在の番号であるループ内
あなたは私を参照することができます:
Me("Object" & i)
コードがフォームのモジュールで実行されているとき。または他の場所:
Forms!TheFormName.Controls("Object" & i)
あるいは
Forms![Some Form Name]("Object" & i).Value