How to use Words selection methods through Excel VBA
问题 In Word VBA you are able to set and move the cursor position by using the Selection.MoveLeft, Selection.MovRight etc... However while trying to use this same method in Excel VBA I get an error saying "Object doesnt support this property or method." I have imported the Word Object Library reference. How am I able to move the cursor position on the Word document using VBA on the Excel application. Any help will be greatly appreciated. Code: Set Doc = ActiveDocument.Content With Doc.Find