Prompt for Summary Info Doesn't Display After Installing IA |
Q129610
After you install Internet Assistant, the Prompt For Summary Info dialog box does not appear when you save a document based on the Normal template.
Microsoft has confirmed this to be a problem in Microsoft Internet Assistant for Word, versions 1.0 and 1.0z. This problem was corrected in Internet Assistant version 2.0 for Word for Windows 95.
Method 1: Before you save the document, choose Summary Info from the File
menu. After typing your summary information, choose OK, and then
save your document.
Method 2: Create the following macro, which will prompt you to fill in the
Summary Info and will then save the document. If you name the
macro FileSaveAs and store it in your Normal template, it will
run instead of Word's FileSaveAs command.
Sub Main
Dim dlg As FileSummaryInfo
GetCurValues dlg
n = Dialog(dlg)
If n = - 1 Then FileSummaryInfo dlg
FileSaveAs
End Sub WARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this macro code "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.Method 3: Start Word with the /a switch. To do this, in Program Manager, modify the command line properties of the Microsoft Word icon so that the command line looks something like this:
c:\winword\winword.exe /aThe drawback to this method is that your default NORMAL.DOT template will not be loaded, and you will not have access to the following items that you created: macros, toolbars, shortcut key assignments, styles, AutoText, and AutoCorrect entries.
Additional query words: winword iaword internet assistant summary info information title subject author keywords comments ia html word6 statistics word7 word95
Keywords : kbmacroexample kbwdinternet
Issue type :
Technology :
|
Last Reviewed: November 4, 2000 © 2001 Microsoft Corporation. All rights reserved. Terms of Use. |