View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
aquaflow aquaflow is offline
external usenet poster
 
Posts: 14
Default Convert text file into columns

contents of the text file
Name =
*"dev"/"null"
CodeVersion
=
ReleaseID
=

need to make col1 Name col2 CodeVersion col3 Releaseid using macro

Need some help