PUB2002: Publisher Stops Responding When You Attempt to Add a Page in Front of a Wizard (289011)



The information in this article applies to:

  • Microsoft Publisher 2002

This article was previously published under Q289011

SYMPTOMS

In Microsoft Publisher, when you attempt to programmatically add a new page to a given Web Site Wizard, the page may not be added, in which case you receive the following message

Changing your publication

and then Publisher stops responding when the "changes" meter reaches 33 percent.

You do not experience similar behavior with the other Publisher wizards.

CAUSE

This behavior occurs when you attempt to add a Web Calendar Wizard page in front of the Web Site Wizard in Publisher by using a Microsoft Visual Basic for Applications (VBA) macro similar to the following:
Sub NewPage()
  ActiveDocument.Pages.AddWizardPage 0, pbWizardPageTypeWebCalendar
End Sub
				

WORKAROUND

To work around this issue, do not attempt to add a Web Calendar Wizard page in front of a Web Site Wizard.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

Modification Type:MajorLast Reviewed:11/5/2003
Keywords:kbbug kbpending KB289011