<?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 Get Table number in Word using VBO in Digital Exchange</title>
    <link>https://community.blueprism.com/t5/Digital-Exchange/Get-Table-number-in-Word-using-VBO/m-p/116137#M3955</link>
    <description>&lt;P&gt;Is there any action or way to get number of tables present in Word Document?&lt;/P&gt;</description>
    <pubDate>Tue, 08 Oct 2024 15:10:13 GMT</pubDate>
    <dc:creator>Byaswant</dc:creator>
    <dc:date>2024-10-08T15:10:13Z</dc:date>
    <item>
      <title>Get Table number in Word using VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Get-Table-number-in-Word-using-VBO/m-p/116137#M3955</link>
      <description>&lt;P&gt;Is there any action or way to get number of tables present in Word Document?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 15:10:13 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Get-Table-number-in-Word-using-VBO/m-p/116137#M3955</guid>
      <dc:creator>Byaswant</dc:creator>
      <dc:date>2024-10-08T15:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Get Table number in Word using VBO</title>
      <link>https://community.blueprism.com/t5/Digital-Exchange/Get-Table-number-in-Word-using-VBO/m-p/117226#M4052</link>
      <description>&lt;P&gt;Add an action on word vbo with a code like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dim objWord As Object&lt;BR /&gt;Dim doc As Object&lt;BR /&gt;Dim tableCount As Integer&lt;/P&gt;&lt;P&gt;objWord = GetDocument(application, "DocumentPath")&lt;BR /&gt;doc = objWord.Documents.Open("C:\Path\To\Your\Document.docx")&lt;/P&gt;&lt;P&gt;tableCount = doc.Tables.Count&lt;/P&gt;&lt;P&gt;' Return the table count&lt;BR /&gt;Outputs("TableCount") = tableCount&lt;BR /&gt;doc.Close&lt;BR /&gt;objWord.Quit&lt;/P&gt;</description>
      <pubDate>Sun, 01 Dec 2024 21:04:25 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Digital-Exchange/Get-Table-number-in-Word-using-VBO/m-p/117226#M4052</guid>
      <dc:creator>tim.dauti</dc:creator>
      <dc:date>2024-12-01T21:04:25Z</dc:date>
    </item>
  </channel>
</rss>

