Results 1 to 6 of 6

Thread: Paste selection from excel to word in specific paragraph

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Code snippets are provided for those who want to automate this process, although they may need to be adapted for specific requirements. To paste the selection into the fifth paragraph of an existing Word document, you can modify the code to set the range to wdDoc.Paragraphs(5).Range before pasting the data. Make sure the Word document is open and accessible in your code.
    Last edited by Aussiebear; 02-07-2025 at 03:17 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •