JudahRaion
New Member
- Joined
- Oct 13, 2011
- Messages
- 20
Good Afternoon,
I have this columns:
<nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr> <nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr>[TABLE="width: 268"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD="align: right"]20131008[/TD]
[TD="align: right"]20140108[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131213[/TD]
[TD="align: right"]20140113[/TD]
[/TR]
[TR]
[TD="align: right"]20131213[/TD]
[TD="align: right"]20140113[/TD]
[/TR]
</tbody>[/TABLE]
And I want to format them to yyyy/mm/dd and I tried this code:
Selection.NumberFormat = "yyyy/mm/dd"
But this don't work because the result is all time: ###############
And I can't see the date correctly.
The only way I can do this, is put cell to cell the "/" between year/month/day... in that way obviously excel accept, but I have a thousand of cells
Can you help me please?
Thank You
JD
I have this columns:
<nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr> <nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr><nobr></nobr>[TABLE="width: 268"]
<colgroup><col><col></colgroup><tbody>[TR]
[TD="align: right"]20131008[/TD]
[TD="align: right"]20140108[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131211[/TD]
[TD="align: right"]20140110[/TD]
[/TR]
[TR]
[TD="align: right"]20131213[/TD]
[TD="align: right"]20140113[/TD]
[/TR]
[TR]
[TD="align: right"]20131213[/TD]
[TD="align: right"]20140113[/TD]
[/TR]
</tbody>[/TABLE]
And I want to format them to yyyy/mm/dd and I tried this code:
Selection.NumberFormat = "yyyy/mm/dd"
But this don't work because the result is all time: ###############
And I can't see the date correctly.
The only way I can do this, is put cell to cell the "/" between year/month/day... in that way obviously excel accept, but I have a thousand of cells
Can you help me please?
Thank You
JD