_CommandBarButton.CopyFace Method
Copies the face of a command bar button control to the Clipboard.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Sub CopyFace
'Usage
Dim instance As _CommandBarButton
instance.CopyFace()
void CopyFace()
Remarks
Use the PasteFace method to paste the contents of the Clipboard onto a button face.