Thread: modifiyng code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
marwan hefnawy marwan hefnawy is offline
external usenet poster
 
Posts: 16
Default modifiyng code

I have a folder that contains many subfolders, each of the subfolders
contains so many excel sheets with VBA code. The excel files are similar in
their structure and their code (but contain different data).
The problem is that I want to add (or delete or comment) some line of code
to all of the Excel sheets without opeining them one by one.
Is there a method for doing this?
Thanks