PersonalInformationSet Property

Microsoft Publisher Visual Basic

constant indicating the current identity set. Read/write.

PbPersonalInfoSet can be one of these PbPersonalInfoSet constants.
pbPersonalInfoHome
pbPersonalInfoOtherOrganization
pbPersonalInfoPrimaryBusiness
pbPersonalInfoSecondaryBusiness

expression.PersonalInformationSet

expression    Required. An expression that returns one of the objects in the Applies To list.

Remarks

Setting this property will change all the identity information in the publication.

Caution  Use this property with caution. Sensitive or confidental information could be revealed to other users.

Example

The following statement sets the current publication's identity information to home information.

Application.ActiveDocument.PersonalInformationSet = pbPersonalInfoHome