次の方法で共有


CommandBarButton.PasteFace メソッド (Office)

CommandBarButton クリップボードの内容を貼り付けます。

注:

[!メモ] 一部の Microsoft Office アプリケーションにおける CommandBars の使用方法が、Microsoft Office Fluent ユーザー インターフェイスの新しいリボン コンポーネントによって置き換えられました。 詳細については、「Office Fluent リボンの概要」を参照してください。

構文

PasteFace

CommandBarButton オブジェクトを表す変数。

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

Set myControl = CommandBars.FindControl(Type:=msoControlButton, Id:=2) 
myControl.CopyFace 
Set myControl = CommandBars.FindControl(Type:=msoControlButton, Id:=23) 
myControl.PasteFace

関連項目

サポートとフィードバック

Office VBA またはこの説明書に関するご質問やフィードバックがありますか? サポートの受け方およびフィードバックをお寄せいただく方法のガイダンスについては、Office VBA のサポートおよびフィードバックを参照してください。