I have a userform in word built over 10+ years. Today Word chose to crash the normal.docm file and the VBA project became unreadable.
I have used python scripts to extract the code, but I don't have the form.
Is there a tool available to extract the userform from vbaProject.bin ? Or do I have to go the manual way and recreate everything from ground up ?
vbaProject.bin
file has the Form Designer data inside. It can just be unzipped, but you probably need the whole .bin file for Word to import it as a form. Depending on how it's corrupted, you may be able to clear certain parts out and re-zip the whole thing?