End Sub Next, add a subroutine procedure that will write the current day name into a cell Sub GetDay() Range(“A1”) = Format( Now, “dddd”) End Sub Now, ...
確定! 回上一頁