Nov 15 2022 09:05 AM
I am trying to create a self grading document with coding. This is my first time coding. I am getting an error on the beginning line where I have typed:
Sub Document_Open ()
I followed a youtube video for instruction on this and did it identically to the video creator. I am getting the error message: Compile error: External name not defined
Please help!
Nov 15 2022 07:46 PM
@kymichelle95 Document_Open would be placed in the ThisDocument module of a document to run whenever the document is opened.
Nov 17 2022 06:12 PM
Nov 18 2022 09:15 AM
Nov 18 2022 11:50 AM
@kymichelle95 You can use the Content Controls on the Developer tab of the ribbon without necessarily using code to enhance their capability
See the following page of Greg Maxey's website: