<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic MS Word - Go to End of Document in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/MS-Word-Go-to-End-of-Document/m-p/91080#M41170</link>
    <description>&lt;P&gt;I have a modified MS Word VBO to paste a collection as a table into a document however the cursor then sits within the table.&amp;nbsp; I have more text and tables to add into the document and these get added to the table.&lt;BR /&gt;I have been trying to create an action that would mimic Ctrl+End to get to the end of the document but can't get it to work as the standard VBA that word has doesnt translate into BP.&lt;/P&gt;
&lt;P&gt;Does anyone have an action to move the end of a document in word?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;James Gregory&lt;BR /&gt;RPA Developer&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 23 Jan 2020 09:53:00 GMT</pubDate>
    <dc:creator>jgregor4</dc:creator>
    <dc:date>2020-01-23T09:53:00Z</dc:date>
    <item>
      <title>MS Word - Go to End of Document</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Word-Go-to-End-of-Document/m-p/91080#M41170</link>
      <description>&lt;P&gt;I have a modified MS Word VBO to paste a collection as a table into a document however the cursor then sits within the table.&amp;nbsp; I have more text and tables to add into the document and these get added to the table.&lt;BR /&gt;I have been trying to create an action that would mimic Ctrl+End to get to the end of the document but can't get it to work as the standard VBA that word has doesnt translate into BP.&lt;/P&gt;
&lt;P&gt;Does anyone have an action to move the end of a document in word?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;James Gregory&lt;BR /&gt;RPA Developer&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jan 2020 09:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Word-Go-to-End-of-Document/m-p/91080#M41170</guid>
      <dc:creator>jgregor4</dc:creator>
      <dc:date>2020-01-23T09:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Word - Go to End of Document</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Word-Go-to-End-of-Document/m-p/91081#M41171</link>
      <description>Hi,&lt;BR /&gt;Could you just send the actual Ctrl+End key presses to the Word application window by using key events?&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jukka Salovaara&lt;BR /&gt;Solutions consultant&lt;BR /&gt;Digital Workforce Services Oy&lt;BR /&gt;Europe/Helsinki&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jan 2020 06:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Word-Go-to-End-of-Document/m-p/91081#M41171</guid>
      <dc:creator>JukkaSalovaara</dc:creator>
      <dc:date>2020-01-30T06:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: MS Word - Go to End of Document</title>
      <link>https://community.blueprism.com/t5/Product-Forum/MS-Word-Go-to-End-of-Document/m-p/91082#M41172</link>
      <description>&lt;P&gt;You can try with:&lt;/P&gt;
&lt;P&gt;Dim doc As Object = GetDocument(handle,documentname)&lt;BR /&gt;&amp;nbsp;doc.Content.InsertAfter(text)&lt;/P&gt;
&lt;P&gt;Or define range &lt;BR /&gt;Dim rngRange As Object&lt;BR /&gt;rngRange = _ &lt;BR /&gt;&amp;nbsp;doc.Range(Doc.Range.End - 1,Doc.Range.End)&lt;BR /&gt;&lt;BR /&gt;rngRange.InsertAfter(text)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Irmina Zalewska&lt;BR /&gt;Robotic Process Automation Engineer&lt;BR /&gt;Credit Suisse&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Feb 2020 08:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/MS-Word-Go-to-End-of-Document/m-p/91082#M41172</guid>
      <dc:creator>IZ</dc:creator>
      <dc:date>2020-02-04T08:34:00Z</dc:date>
    </item>
  </channel>
</rss>

