The software will often generate a fresh, clean version of the file. If you had custom code in the old one, you can try importing the modules back one by one to see which one was causing the conflict. 3. Adjusting Security & Scripting Settings
' Create a new document Set doc = CreateDocument() Set page = doc.Pages(1)
#If VBA7 Then ' Code for CorelDRAW 2020+ #Else ' Code for older versions #End If