Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがボタンをクリックしたときに選択したテキストをコピーするMSOfficeWordのリボンボタンを作成しています。問題は、これを行う方法についての参照が見つからなかったことです。
SendKeysメソッドを使用してCTRL+Cシグナルをワードアプリに送信しようとしましたが、成功しませんでした。
アドバイスをいただければ幸いです。
ActiveDocument.ActiveWindow.Selection.Copy