Hey all.
I have a code that clear every sheet of my workbook. However, in recent times I added a new sheet which I don't want to clear named "Changelog"
Hence, I would like the following code to clear all sheets in my workbook except for sheet named "Changelog"
Sub StartProcess()
Dim actWB...