Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Dear All,
If you run this application, and this opens the xlMicrsoftWord ..... how do you get VBA to CLOSE it??
Thank you,
Pinaceous
If you run this application, and this opens the xlMicrsoftWord ..... how do you get VBA to CLOSE it??
Code:
Sub Macro1()
'
Application.ActivateMicrosoftApp xlMicrosoftWord
End Sub
Thank you,
Pinaceous