Im trying to import a word doc into and excel sheet, which i can with the use of vba, here is my codeSub cmdbtnImportwordDoc_Click()
Dim docAppl As Word.Application, docMyDoc As Word.document
Dim SourceFile As String
Dim Dest As Range
Dim wbkSource As Workbook
Dim SourceRange As...