このページに関してのお問い合わせはこちら
お前ら、wsh使ってますか? Part2
ツイート
466
:
名無しさん募集中。。
:
02/11/14 00:30 ID:zBHoVNc8
>465
On Error Resume Next
Set Application = GetObject(, "Word.Application")
If Err.Number = 0 Then
Application.Selection.Paste
End If
こんな感じかな?