Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks Bob, Thats got it working fine. thanks again. On Sat, 1 Sep 2007 10:34:14 +0100, "Bob Phillips" wrote: See if this works For Each cell In Range("b1:b1200") If Left(cell.Value, 1) = "S" Then nextrow = Range("O65536").End(xlUp).Row + 1 Cells(nextrow, 15) = CDate(cell.Offset(0, -1).Value) Cells(nextrow, 16) = cell.Value End If Next cell |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
permanent conversion of 1904 date format to 1900 date format | Excel Worksheet Functions | |||
change date format dd/mm/yyyy to Julian date format? | Excel Worksheet Functions | |||
Convert date + time text format to date format | Excel Worksheet Functions | |||
code to convert date from TEXT format (03-02) to DATE format (200203) | Excel Programming | |||
Change a date in text format xx.xx.20xx to a recognised date format | Excel Programming |