Giordano Bruno
Well-known Member
- Joined
- Jan 7, 2007
- Messages
- 1,352
I have some code that loops through all workbooks in a folder. I have added a line of code that writes some text in each workbook and changed the line
"Savechanges = False" to "Savechanges = True". This seems to create a new file and after the code has looped through all workbooks, it starts again with the first workbook and continues indefinitely. Does anyone know a simple solution to this problem?
"Savechanges = False" to "Savechanges = True". This seems to create a new file and after the code has looped through all workbooks, it starts again with the first workbook and continues indefinitely. Does anyone know a simple solution to this problem?