WD98: Temporary Parameter for Control Does Not Work

ID: Q183828

The information in this article applies to:

SYMPTOMS

The Temporary parameter for the Visual Basic for Applications Control object does not work as expected.

CAUSE

The Temporary parameter is an optional argument associated with the Control object. Setting this parameter to True should make the new control temporary. Temporary controls are automatically deleted when the container application is closed.

In Word, when this parameter is set to True, the control should be temporary; however, Word ignores this parameter and the control becomes permanent.

For more information about the Temporary parameter, from the Visual Basic Editor, click the Office Assistant, type "Add Method," click Search, and then click to view "Add Method (CommandBars Collection)."

NOTE: If the Assistant is hidden, click the Office Assistant button on the Standard toolbar. If the Assistant is not able to answer your query, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q176476
   TITLE     : OFF: Office Assistant Not Answering Visual Basic Questions

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

The Temporary feature is intended for programs that don't support session- specific settings. Because Word can store information in global templates or local templates, you can get all of the Temporary functionality without using the Temporary flag.

For additional information, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q181058
   TITLE     : OFF98: How to Run Sample Code from Knowledge Base Articles

REFERENCES

For more information about getting help with Visual Basic for Applications, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q163435
   TITLE     : VBA: Programming Resources for Visual Basic for
               Applications

Additional query words: wordcon vb vba vbe
Keywords          : kbdta kbdtacode OffVBA kbmacroexample macword98 
Version           : MACINTOSH:98
Platform          : MACINTOSH
Issue type        : kbbug
Solution Type     : kbpending

Last Reviewed: April 7, 1999