My uncle has been working with a WordBasic template and cannot update his computer. He is running the macro on Word 2011. When trying to add the macro to Word 365 we receive the following error message: Run time error '102'
When debugging we receive the error in the command MatchCase
WordBasic.EditReplaceStyle Style:="Título 5"
WordBasic.WW2_EditReplace Find:="", Replace:="", WholeWord:=0, _
MatchCase:=0, Format:=1, ReplaceAll:=1
WordBasic.EditFindStyle Style:="Título 2"
This is the first of maybe a lot of errors, so i want to start with the right foot. Than