View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Paul is offline
external usenet poster
 
Posts: 3
Default excel97 vba to append lines to text file overwriting last 2 lines

Hi, I want to mod some vba in excel to append new lines of text to a .txt
file but not from the end of the file but from 2 lines back. The last two
lines are always of the form <word1 <word2 and will be overwritten by the
appended text. Any pointers will be much appreciated as I am out on a limb
away from any reference material.