Current location - Training Enrollment Network - Mathematics courses - Word always reminds you that you have not set the object variable or With block variable when loading the math tool software. What should I do?
Word always reminds you that you have not set the object variable or With block variable when loading the math tool software. What should I do?
The error of "no object variable is set or With block variable is set" usually occurs when the program obtains the object (here it should be a word object, but it may also be other objects used by the program). Because the corresponding object cannot be found, this error prompt will pop up.

You can try the following solutions:

1. Reinstall the full version of word. Generally, the simplified version of word may delete some modules that are considered unnecessary by the simplified people, which will affect the acquisition of objects by the program.

2. Register the dll, ocx and other controls used in the directory where the mathematical tools are located. The command to register the control is regsvr32 *. Dll (* refers to the file names of those dll files).