I\'m trying in the beginning of my macro to close all word application if it\'s open, although I don\'t no which documents are open, and I can\'t set them as an object. Thanks.<
Another option is to use Shell to accesss the elegance of powershell
Shell
Sub Comesfast() X = Shell("powershell.exe kill -processname winword", 1) End Sub