View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hccatmo hccatmo is offline
external usenet poster
 
Posts: 15
Default vba to append to a text file

I have cells like these:
A2
A3
A4
....
A54
which are not all 53 char in length.
I'd like to append only the content of A2 to A54 that is 53 char in length
to a text file.
Thx.
cg