D
drum118
Can someone tell me how to get around the problem of changing the time
in the cols ranges MyTimeCols using Private Sub Worksheet_Change(ByVal
Target As Excel.Range)
Dim TimeStr As String for quick enter?
I have a fair number of workbooks saved using quick enter time and every
time I try changing a time in one of these books I get 0:00 instead of
the number 1234 = 12:34 enter.
All cols still have the name (MyTimeCols) and is time formatted as 1:30
for 24 hr
time. The code is in the book.
If I manually change the number, it will not subtract or be subtracted
in another book.
Thanks
in the cols ranges MyTimeCols using Private Sub Worksheet_Change(ByVal
Target As Excel.Range)
Dim TimeStr As String for quick enter?
I have a fair number of workbooks saved using quick enter time and every
time I try changing a time in one of these books I get 0:00 instead of
the number 1234 = 12:34 enter.
All cols still have the name (MyTimeCols) and is time formatted as 1:30
for 24 hr
time. The code is in the book.
If I manually change the number, it will not subtract or be subtracted
in another book.
Thanks