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.
在 Excel 中使用 VBA,我想使用日历对象选择一些日期(并存储它们)
我建立
Private Sub Calendar1_Click() StartDate = Calendar1.Value MsgBox (StartDate) End Sub
但现在我想存储“StartDate”,以便在单击工作表时在日历上再次显示并进行一些计算。
我不知道该怎么做。欢迎任何提示
我建议使用这个精简有用的日历 下载,它的文档也是开源的。我希望这有帮助