Re: $$Excel-Macros$$ Re: parsing time field

2011-04-08 Thread Speilman_54
>     ' Store the individual array elements >     '-- >     LHour = StrArray(0) >     If LHour = "" Then LHour = "0" >     LMinu

$$Excel-Macros$$ Re: parsing time field

2011-04-07 Thread Speilman_54
and not a time value, use > > Range("L2").offset(0,1).resize(1,3).value = > split(Range(cellalpha).value,":") > > On Apr 7, 5:11 pm, Speilman_54 wrote: > > > I'm having an issue where I'm trying to separate a cell with time in > > it, for ex

$$Excel-Macros$$ parsing time field

2011-04-07 Thread Speilman_54
I'm having an issue where I'm trying to separate a cell with time in it, for example the cell would conta 8:56:45 and I need each one of those numbers into it's on cell so A1 = 8 A2 =56 A3=45. So far I've been able to ge this to work however the system sends the information will send data like :45