New in this forum. I have a problem with some VBA code that always worked before but now suddenly crashes Excel. The code was not changed so, something else seems to be causing this.

This is the line that crashes Excel immediately now:
Set olApp = CreateObject("Outlook.Application")
Anyone who has an idea what could be causing this?