Hello all,
When I run my macro, a couple of pop ups come up, such as the prompt that asks the user if they would like to keep the clipboard empty. I managed to hide those throughout the macro using:
Application.DisplayAlerts = False
However, the complex formatting pop up still comes up when my macro adds a border to the plot area (I don't know why this is complex formatting to begin with). Is there any way to either hide this pop up or just automatically say yes?
Thanks in advance,
Jacek
When I run my macro, a couple of pop ups come up, such as the prompt that asks the user if they would like to keep the clipboard empty. I managed to hide those throughout the macro using:
Application.DisplayAlerts = False
However, the complex formatting pop up still comes up when my macro adds a border to the plot area (I don't know why this is complex formatting to begin with). Is there any way to either hide this pop up or just automatically say yes?
Thanks in advance,
Jacek