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.
如何使用 VBA 代码将 DateTimePicker 添加到用户表单。
类似于添加标签 -
Dim TempForm As Object Dim NewLabel as MSForms.Label Set NewLabel = TempForm.Designer.Controls.Add("Forms.label.1")
实际上,我已经从 sidharth 的这个问题中得到了答案
在 VBA 的文本框中格式化 MM/DD/YYYY 日期