Hi!
I need to create a word document from excel, and I'm using a code which gives me the "Wrong number of arguments or invalid property assignment" compile error.
If anyone could help me, I would really appreciate it!
Sub Functional_Testing()
Functional_Testing Macro
Dim appWord Object
Set appWord = CreateObject("Word.application")
appWord.Visible = True
Sheet("Word System Setup").Range("B21:H72").Copy
appWord.Documents.Add.Content.Paste
End Sub
Thanks!
I need to create a word document from excel, and I'm using a code which gives me the "Wrong number of arguments or invalid property assignment" compile error.
If anyone could help me, I would really appreciate it!
Sub Functional_Testing()
Functional_Testing Macro
Dim appWord Object
Set appWord = CreateObject("Word.application")
appWord.Visible = True
Sheet("Word System Setup").Range("B21:H72").Copy
appWord.Documents.Add.Content.Paste
End Sub
Thanks!