Microsoft Office 2000 Developer   

Show History Dialog Box (VBA Source Control Add-In)

See Also

Use the Show History command to display the Visual SourceSafe summary history of an object. Every time you check an object into VSS, the object is considered a new version.

The versions are listed starting with the most recent and going back to the creation of the object or project. Visual SourceSafe provides information about the version number, which can be used with other commands (such as Get Latest Version) to indicate a specific version.

By default, the history of a project includes the histories of all its files, but it does not include subprojects. You can compare one version of an object with another by selecting the two versions simultaneously (hold down the CTRL key, and click each version), then clicking Diff.

For More Information   For more information about using the VBA Source Control add-in, see Using Source Code Control. For more information about Visual SourceSafe, see the Visual SourceSafe documentation.

Options

History

Displays the version, user, date, and action for the selected object.

Details

Displays the History Detail dialog box.

Get

Copies the selected object into your current working folder.

Diff

Compares your local copy of an object with the Visual SourceSafe version.