How are macros internally saved?
Answers
Answered by
8
Explanation:
When a macro ends, the values stored in its variables are not automatically saved to disk. For example, you might store macro values in the document or template where the macro resides. You can add variables to a document or template using the Add method of the Variables collection.
Answered by
6
Answer:
Answer. When a macro ends, the values stored in its variables are not automatically saved to disk. ... For example, you might store macro values in the document or template where the macro resides. You can add variables to a document or template using the Add method of the Variables collection.
Similar questions