Hi
I'm trying to copy an excel sheet over to a Word document via VBA.
I managed to get it all done but ALL sheets tag along.
Sub PasteToWord()
Dim appWord As Word.Application
Set appWord = CreateObject("Word.Application")
appWord.Visible = True
' Change the...