VBA code to determine if date in cell A1 is today's date. · Sub test() · If Range("A1") = Date Then · Range("B1").EntireColumn.Insert · End If · End ...
確定! 回上一頁