Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. Dim wrdApp As Word.Application
  2. Dim wrdDoc As Word.Document
  3. Set wrdApp = CreateObject("Word.Application")
  4. wrdApp.Visible = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement