VBA. Code: Sub ConvertTextTime() MsgBox VarType(ActiveCell) 'string is type 8 MsgBox VarType(TimeValue(ActiveCell)) 'date (incl time) is ...
確定! 回上一頁