Microsoft KB Archive/107426: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - """ to """)
 
Line 49: Line 49:
<li>Select the macro named StartWizard and choose the Edit button.</li>
<li>Select the macro named StartWizard and choose the Edit button.</li>
<li><p>From the Edit menu, choose Find. In Find What type:</p>
<li><p>From the Edit menu, choose Find. In Find What type:</p>
<blockquote>RstDlgPref &quot;ReturnAddress&quot;, uaddr$</blockquote></li>
<blockquote>RstDlgPref "ReturnAddress", uaddr$</blockquote></li>
<li>Choose the Find Next button. When the text is found, choose the Cancel button.</li>
<li>Choose the Find Next button. When the text is found, choose the Cancel button.</li>
<li><p>Change the selected line to the following:</p>
<li><p>Change the selected line to the following:</p>
<blockquote>RstDlgMultiLinePref &quot;ReturnAddress&quot;, uaddr$</blockquote></li>
<blockquote>RstDlgMultiLinePref "ReturnAddress", uaddr$</blockquote></li>
<li>From the File menu, choose Close and when prompted, choose to save changes to the StartWizard macro.</li>
<li>From the File menu, choose Close and when prompted, choose to save changes to the StartWizard macro.</li>
<li>With the FAX.WIZ template active, close and save changes to the Fax Wizard.</li></ol>
<li>With the FAX.WIZ template active, close and save changes to the Fax Wizard.</li></ol>

Latest revision as of 10:19, 20 July 2020

Fax Wizard: Return Mailing Address Not Retained

Q107426



The information in this article applies to:


  • Microsoft Word for Windows, version 6.0
  • Microsoft Windows 3.1





SYMPTOMS

The Fax Wizard (FAX.WIZ) included with Word 6.0 for Windows does not retain your mailing address information between sessions. Each time you run the Fax Wizard you will need to retype your return mailing address.



CAUSE

The Fax Wizard does not correctly retrieve the mailing address information from the WORDWIZ.INI file.

The third panel of the Fax Wizard prompts you for your name, company name, and mailing address. The wizard should supply previously typed information for these fields, but only does so for the name and company name fields.



WORKAROUND

To modify the Fax Wizard so that the mailing address information is retained between Wizard sessions, do the following:


  1. From the File menu, choose Open. Open the FAX.WIZ file from your Word for Windows TEMPLATE subdirectory (usually, C:\WINWORD\TEMPLATE).
  2. From the Tools menu, choose Macro.
  3. From the Macros Available In list box, select Fax.wiz (Template).
  4. Select the macro named StartWizard and choose the Edit button.
  5. From the Edit menu, choose Find. In Find What type:

    RstDlgPref "ReturnAddress", uaddr$

  6. Choose the Find Next button. When the text is found, choose the Cancel button.
  7. Change the selected line to the following:

    RstDlgMultiLinePref "ReturnAddress", uaddr$

  8. From the File menu, choose Close and when prompted, choose to save changes to the StartWizard macro.
  9. With the FAX.WIZ template active, close and save changes to the Fax Wizard.

Kbcategory: kbusage kbmacro

Additional query words: 6.0 Fax.wiz returnaddress winword word6

Keywords : kbtemplate
Issue type :
Technology :


Last Reviewed: November 4, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.