Is there any way to suppress the prompts in the macro that ask if I should continue with irreversible changes?
Edit: I think I actually found the solution to that, leaving it for posteriority with similar problems.
It suffices to add
Code:
Application.Displayalerts = False
at the beginning, and
Code:
Application.Displayalerts = True
at the end to restore the prompts back.