Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wanted to know if this was right,
Dim rCell As Range For Each rCell In Range( _ Range("f1:f1"), _ Cells(Rows.Count, "e").End(xlUp)) If rCell.Value < "" Then rCell.FormulaR1C1 = "=(RC[-1] -INT(RC[-1]))*24" End If Next rCell When I run it it takes the info and sets it to zero. I need it to take the time in a1 and convert it to military time in b1, could someone please help me out, Thanks Neal. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help with changing code | Excel Discussion (Misc queries) | |||
code for changing font | Excel Discussion (Misc queries) | |||
Help with changing code | Excel Programming | |||
Changing control properties/code through code | Excel Programming | |||
Changing code | Excel Programming |