Hi people,
I'm trying to copy formatted text from Microsoft Word .doc but it isn't works.
I did using the code below:
' Extract text
Application.DisplayAlerts = False
Application.ScreenUpdating = False
Dim objWord As New Word.Application
Dim objDoc As New Word.Document
Dim DocFile As String...