お前ら、wsh使ってますか? Part2

このエントリーをはてなブックマークに追加
466名無しさん募集中。。
>465
On Error Resume Next
Set Application = GetObject(, "Word.Application")
If Err.Number = 0 Then
Application.Selection.Paste
End If

こんな感じかな?