Thread: Macro Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
LMI LMI is offline
external usenet poster
 
Posts: 9
Default Macro Help

I have an export format coming over from my hand help device that is coming
over in .csv when i open it up in excel my format is as follows:
date,time,value,shift
date, time,value,shift
date,time,value,shift
date,time value shift

How i need it to come over is this way:
date,time,value,shift[]date,time,value,shift[],date,time,value,shift.......

The[]is the CRLF how can i set the above format up running an excel macro?