View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Fabian Grodek Fabian Grodek is offline
external usenet poster
 
Posts: 14
Default Modifying a LARGE text file

I have a large (15000 lines) text file. I want to write a VBA macro to modify
one specific line in that file, say line number 10, replacing the existing
text with some string/values taken from some cell.
Any hint will be greately appreciated.
Fabian