View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
haakon haakon is offline
external usenet poster
 
Posts: 3
Default Simple Export of worksheet contents to text-file.

I need to export the contents of Column A to a textfile, i.e. each row
is only 1 cell.

The range is everything from cell A1 until first blank cell in column
A.

The name of the textfile can be taken from e.g. cell B1.

Anyone?