Pastes the contents of the Clipboard onto a CommandBarButton.

Note
The use of CommandBars in some Microsoft Office applications has been superseded by the new Ribbon user interface. For more information, search help for the keyword "Ribbon."

Syntax

expression.PasteFace

expression A variable that represents a CommandBarButton object.

Example

This example finds the built-in FileOpen button and pastes the face from the Spelling and Grammar button onto it from the Clipboard.

Visual Basic for Applications
Set myControl = CommandBars.FindControl(Type:=msoControlButton, Id:=2) myControl.CopyFace Set myControl = CommandBars.FindControl(Type:=msoControlButton, Id:=23) myControl.PasteFace
find the built-in bullets command bar button and paste a face onto the button insert a new button face from the clipboard ofv paste paste face Paste Face Method paste the contents of the clipboard onto a specified button pasteface pasteface method

See also: