Newbei寻求建议/提示/帮助
我有2个表单,form1获得了cmbType,我想从form2访问cmbType.listcount或.text。
我顺便使用模块。
一个。如何从其他表单访问(combobox.listcount或.text)?
湾我应该把我的下一个循环放在哪里扫描 如果已存在任何数据,则通过列表使用combobox.text吗?
这是我的For Next Loop循环的代码
Dim intCounter As Integer
For intCounter = 0 To cmbTypeYacht.ListCount Step 1
strTxt = cmbTypeYacht.List(intCounter)
strTypeYacht = strTypeYacht + strTxt & vbCrLf
Next intCounter
MsgBox strTypeYacht, vbInformation, "Yacht Chartering"
strTypeYacht = ""
如果我的代码错了,请告诉我,我很高兴知道我的错误
请制作编码的婴儿步骤(初学者方式):)