vba-列表框和组合框
摘要:
Private Sub ComboBox1_Change()If Me.ComboBox1.ListIndex <> -1 Then Me.TextBox1.Value = Me.ComboBox1.Value '(BoundColumn ) Me.TextBox2.Value = Me.Combo 阅读全文
posted @ 2021-05-23 20:12 松梅 阅读(2856) 评论(0) 推荐(0) 编辑
posted @ 2021-05-23 20:12 松梅 阅读(2856) 评论(0) 推荐(0) 编辑
posted @ 2021-05-23 17:04 松梅 阅读(1119) 评论(0) 推荐(0) 编辑
posted @ 2021-05-23 16:38 松梅 阅读(1774) 评论(0) 推荐(0) 编辑
posted @ 2021-05-23 16:32 松梅 阅读(2390) 评论(0) 推荐(0) 编辑
posted @ 2021-05-23 16:26 松梅 阅读(3807) 评论(0) 推荐(0) 编辑
posted @ 2021-05-23 16:20 松梅 阅读(4773) 评论(1) 推荐(0) 编辑