demerging add-in

D

dinesh rekulapally

Hi all...

First of all thanx for posting me with the mergin add-in. On the same
lines if I have a dump of data with n number of different elements, is
there any add-in available to demerge this data based on the these
characteristic elements???

Thanks and regards
Dinesh
 
I

isabelle

hi,

if the delimiter is comma "," then;

Range("A1").TextToColumns DataType:=xlDelimited, ConsecutiveDelimiter:=True, Other:=True, OtherChar:=","

otherwise change the comma "," to another delimiter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top