Hello,
I would like to search for a line of code in all modules in a workbook and add additional code below it. For example, search for:
wb1.Close SaveChanges:=False
and below it add
wb2.Close SaveChanges:=False
wb3.Close SaveChanges:=True
I searched at the cpearson website but had no success editing any of the examples provided. Can vba be used to edit modules as I described above or is a workaround necessary?
Thank you
Bookmarks