vba time variable 在 How to make time as variable in VBA? - Stack Overflow 的評價 You can use the Format() function for example: MyNewTime = Format(MyTime, "h:m:s") ' Returns "17:4:23". MyNewtime = Format(MyTime, "hh:mm:ss ... ... <看更多>