got it..thanks guys

On Jul 16, 11:01 am, TAlgo <trading.a...@gmail.com> wrote:
> Dilip.
>
> How do I use text to column feature of 07?
>
> On Jul 16, 10:36 am, "Daniel" <dcolarde...@free.fr> wrote:
>
> > Hi.
> > Try :
>
> > Sub test()
> > Dim txt As String, Tabl
> > txt = [A1]
> > txt = Application.Substitute(txt, "_", "")
> > txt = Application.Substitute(txt, ",", "")
> > txt = Left(txt, Len(txt) - 1)
> > txt = Right(txt, Len(txt) - 1)
> > Tabl = Split(txt, " ")
> > [B1] = Tabl(0) & " " & Tabl(1)
> > [C1] = Tabl(2)
> > [D1] = Tabl(3) * 1
> > [E1] = Tabl(5) * 1
> > End Sub
>
> > Regards.
> > Daniel
>
> > > -----Original Message-----
> > > From: excel-macros@googlegroups.com [mailto:excel-
> > > mac...@googlegroups.com] On Behalf Of TAlgo
> > > Sent: jeudi 16 juillet 2009 15:06
> > > To: MS EXCEL AND VBA MACROS
> > > Subject: $$Excel-Macros$$ One Cell Data - Seperate to different columns
>
> > > _ Sept. 15, down 504.48 at 10,917.51.
>
> > > Hello,
>
> > > I have above data in cell A1  ..I'm looking to separate Sept 15, Down,
> > 504.48,
> > > 10917.51 in to different columns.
>
> > > Any idea?

--~--~---------~--~----~------------~-------~--~----~
----------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
<><><><><><><><><><><><><><><><><><><><><><>
HELP US GROW !!

We reach over 5,000 subscribers worldwide and receive many nice notes about the 
learning and support from the group. Our goal is to have 10,000 subscribers by 
the end of 2009. Let friends and co-workers know they can subscribe to group at 
http://groups.google.com/group/excel-macros/subscribe
-~----------~----~----~----~------~----~------~--~---

Reply via email to