Hi
I am trying to convert a cell that has a time exported as text into a cell that will contain the numeric value of time. I am using the function TimeValue(cell) but I am getting a type mistmatch error. Can anyone tell me what I am missing? this is how I am doing it (in a loop):
Sheet7.Cells(j, ColumnaNewDatos + 5) = TimeValue(Sheet6.Cells(k, ColumnaReloj + 5))
Thanks
I am trying to convert a cell that has a time exported as text into a cell that will contain the numeric value of time. I am using the function TimeValue(cell) but I am getting a type mistmatch error. Can anyone tell me what I am missing? this is how I am doing it (in a loop):
Sheet7.Cells(j, ColumnaNewDatos + 5) = TimeValue(Sheet6.Cells(k, ColumnaReloj + 5))
Thanks