2.0b1p2: Various attempts to work around Word "object not found"
problems seen by other people but not me. Specifically: Added "Microsoft Scripting Runtime" to VBA References. This might fix Werner Bruns's problem with "object not found" error during installation. Eliminated use of SendKeys in CapsLock translation, on the theory that it was responsible for DG's CapsLock problem. Changed all instances of Application. to Word.Application., which shouldn't be necessary according to the documentation, but seems to be more robust. Type-declared all Function return values (in attempt to avoid stupid run-time errors when loading from Startup folder; apparently code run from there is executed differently from that loaded from the templates folder, in a mode that is more sensitive to missing type declarations).
This commit is contained in:
parent
ba03d9bead
commit
822fd4a675
1 changed files with 0 additions and 0 deletions
Binary file not shown.
Loading…
Reference in a new issue