View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Moo[_2_] Moo[_2_] is offline
external usenet poster
 
Posts: 2
Default Basic macro for copying into Excel

I am trying to create a very basic macro in Excel, but keeping coming
unstuck and hope someone can help.

I am trying to copy some text fields from an old DOS based programme
into Excel. If you simply copy and paste, the text will copy itself
into one cell only as a long string of text.

I want to separate this text into different columns; the manual way of
doing it is to click on paste options, use text import wizard, setting
the columns as fixed width. I have tried recording this as a macro,
but it is not working at all.

Any suggestions on a basic macro to copy this data in as separate
columns?

Thanks.