View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
PaulR PaulR is offline
external usenet poster
 
Posts: 1
Default modifying code using addfromfile method

I am writing a macro which corrects code in many standard workbooks. I
have a loop which deletes all the code from a module and then adds the
corrected code from a file using the addfromfile method. The loop
works correctly with the first workbook but not any subsequent
workbooks. Why does the addfromfile method only work once?