Excel VBA 的眉眉角角Day20:關於日期的相關問題 ... Sub Day20_2() '取得該月有幾天'方式一st = Year(Date) - 1 st = st & "-12-31" m = Month(Date) d = DateAdd("m", ...
確定! 回上一頁