各位好
我想请问我使用Excel中的DTPicker,无法更改显示格式
我有试着在property中修改
customFormat = dd.mm.yyyy
Format = 3-dtpCustom
或是直接在VBA中指定
DTPicker1.CustomFormat = "dd.mm.yyyy"
DTPicker1.Format = dtpCustom
亦或是在Cell property中的 date format直接设定
但是不论哪种方式
DTpicker显示的时间格式永远只跟着我的Windows 右下角的系统时间所显示的格式
请问有人遇过类似的问题吗?