Split Cells

  • Thread starter Thread starter Stuart
  • Start date Start date
S

Stuart

I have sheets full of data all in one column. There is no way to get
the info out of our system other than to copy whats on screen. In
doing this it dumps it all into column A. It does enter into multiple
rows which is but I need to extract data from the cells.

What I want to do is have a macro that can either:

1. Look in the cells for a space and every time it finds a space
insert it into a new column.

or

2. Can look in the cell for block of alphanumeric data. Say 10
characters long and if it finds a group of 10 characters to insert
that into another cell.

I hope someone can help.

Many thanks.
 
If you record a macro and use Text to Colunms, you can adapt the macro to
automatically do the job for you when new data is recorded.
 

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

Back
Top