<?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 RE: Refresh Pivot tables in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54717#M9194</link>
    <description>&lt;P&gt;No problem Im glad it was helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 07 Mar 2024 09:50:00 GMT</pubDate>
    <dc:creator>michaeloneil</dc:creator>
    <dc:date>2024-03-07T09:50:00Z</dc:date>
    <item>
      <title>Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54706#M9183</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;&lt;BR /&gt;I was wondering if there's any chance of implementing the action "Refresh Pivot Table" in a new release of the DX MS Excel VBO?&lt;BR /&gt;&lt;BR /&gt;Thank you &amp;amp; Kind regards,&lt;BR /&gt;&lt;BR /&gt;-----------------------------&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Román Sánchez&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Nov 2023 10:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54706#M9183</guid>
      <dc:creator>RománSánchez_Pé</dc:creator>
      <dc:date>2023-11-10T10:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54707#M9184</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Which version are you using?&lt;/P&gt;
&lt;P&gt;Check this extended version, it has some additional features: &lt;A href="https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-excel-vbo---extended" target="test_blank"&gt;https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-excel-vbo---extended&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Compliments,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Soares&lt;BR /&gt;RPA Developer Tech Leader&lt;BR /&gt;Bridge Consulting&lt;BR /&gt;América/Brazil&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Nov 2023 14:33:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54707#M9184</guid>
      <dc:creator>LeonardoSQueiroz</dc:creator>
      <dc:date>2023-11-11T14:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54708#M9185</link>
      <description>&lt;P&gt;Yes this is a must. Can we please have Refresh Pivot action in native Excel VBO please. &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt; can you help sir.&lt;/P&gt;
&lt;P&gt;Right now this is in extended but we have used native VBO eevrywhere and cant change all actions now to extended.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;If I was of assistance, please vote for it to be the "Best Answer".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji - &lt;A href="https://www.linkedin.com/in/tejaskumardarji/" target="test_blank"&gt;https://www.linkedin.com/in/tejaskumardarji/&lt;/A&gt;&lt;BR /&gt;Technical Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2024 15:32:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54708#M9185</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2024-03-06T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54709#M9186</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I created a couple of actions for this previously if its useful to you. You will need to create a new action Refresh Pivot Tables and add a code stage with the following code:&lt;/P&gt;
&lt;P&gt;Dim wb As Object&lt;BR /&gt;wb = GetWorkbook(handle,workbookname)&lt;BR /&gt;&lt;BR /&gt;wb.Activate()&lt;/P&gt;
&lt;P&gt;wb.RefreshAll&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Inputs are handle and workbookname. Alternatively I have one that refreshes a named pivot table do the same thing and create an new action with a code stage using the following code:&lt;/P&gt;
&lt;P&gt;Dim ws as Object = GetWorksheet(handle,workbookname,worksheetname)&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;ws.Activate()&lt;BR /&gt;&lt;BR /&gt;ws.PivotTables(Pivot_Name).PivotCache.Refresh&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Inputs are handle, workbookname, worksheetname and Pivot Name&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2024 16:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54709#M9186</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2024-03-06T16:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54710#M9187</link>
      <description>&lt;P&gt;I used the same code as &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="12bce85e-d5bd-4d3e-ba58-55c25e8c5997"&gt;@Michael ONeil&lt;/A&gt; on my action "Update Excel" so I can say that works perfectly &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Daniel Sanhueza&lt;BR /&gt;RPA Professional Developer&lt;BR /&gt;Deloitte&lt;BR /&gt;America/Santiago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2024 19:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54710#M9187</guid>
      <dc:creator>Daniel_Sanhueza</dc:creator>
      <dc:date>2024-03-06T19:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54711#M9188</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/2159"&gt;@Tejaskumar_Darji&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for the shoutout. I've looked through the Extended VBO on the DX, but there is no &lt;STRONG&gt;Refresh Pivot&lt;/STRONG&gt; action. If you have one in yours, it's likely because someone within team added it themselves, or you received that VBO from somewhere other than the DX.&lt;/P&gt;
&lt;P&gt;Having said that, we can certainly add an action for this in the core Excel VBO.&lt;/P&gt;
&lt;P&gt;I would ask that in the future, any requests for new functionality should be directed to the &lt;STRONG&gt;DX Ideas&lt;/STRONG&gt; page. That way we have traceability as those ideas go straight to our backlog.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://digitalexchange.blueprism.com/site/global/ideas/index.gsp" target="_blank" rel="noopener"&gt;https://digitalexchange.blueprism.com/site/global/ideas/index.gsp&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2024 21:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54711#M9188</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2024-03-06T21:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54712#M9189</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/23667"&gt;@RománSánchez_Pé&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;The Excel VBO, available on the DX as v10.2.0, has been updated to include&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;Refresh All&lt;/STRONG&gt;&lt;/EM&gt; and &lt;EM&gt;&lt;STRONG&gt;Refresh Pivot Table&lt;/STRONG&gt;&lt;/EM&gt; actions (thanks for &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="2dab9ee8-b5a2-451c-b6c0-481cde153989"&gt;@Michael ONeil&lt;/A&gt; for sharing his code).&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Mar 2024 22:04:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54712#M9189</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2024-03-06T22:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54713#M9190</link>
      <description>&lt;P&gt;Thanks Eric! (=&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Leonardo Soares&lt;BR /&gt;RPA Developer&lt;BR /&gt;América/Brazil&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Mar 2024 23:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54713#M9190</guid>
      <dc:creator>LeonardoSQueiroz</dc:creator>
      <dc:date>2024-03-06T23:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54714#M9191</link>
      <description>&lt;P&gt;Wow nice work everyone, and thanks especially &lt;A class="user-content-mention" data-sign="@" data-contactkey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-tag-text="@Michael ONeil" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" data-itemmentionkey="f6295558-5ed6-4fc7-8776-0ff048481609"&gt;@Michael ONeil&lt;/A&gt; for sharing the code!&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":blue_heart:"&gt;💙&lt;/span&gt; Michael &lt;BR /&gt;(I'm part of the SS&amp;amp;C Blue Prism Community Team)&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2024 07:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54714#M9191</guid>
      <dc:creator>Michael_S</dc:creator>
      <dc:date>2024-03-07T07:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54715#M9192</link>
      <description>&lt;P&gt;Dear &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/833"&gt;@ewilson&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you very much for your efforts in integrating the "Refresh Pivot Table" functionality within the Excel VBO.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;SYED FAHEEM&lt;BR /&gt;RPA Lead&lt;BR /&gt;Arab Financial Services&lt;BR /&gt;Manama&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2024 07:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54715#M9192</guid>
      <dc:creator>faheemsd</dc:creator>
      <dc:date>2024-03-07T07:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54716#M9193</link>
      <description>&lt;P&gt;I appreciate everyone who worked on it and rushed to have it published. There are many such codes and actions built by users which stays in community and could not reach to the DX. Although the DX ideation page is available, I don't believe users are regularly using it. Perhaps DX ideation and the main DX portal can be combined.&lt;/P&gt;
&lt;P&gt;We can have some reward programs, help guides, help teams, etc. to encourage people to submit new assets to DX so we have rich activities and users dont end up creating custom codes for them. This is also one area of improvement, as other platforms are ahead in this race since they have literally every action covered in prebuilt assets, which makes the tool easy to use and creates fewer blockers in development.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;If I was of assistance, please vote for it to be the "Best Answer".&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards,&lt;BR /&gt;Tejaskumar Darji - &lt;A href="https://www.linkedin.com/in/tejaskumardarji/" target="test_blank"&gt;https://www.linkedin.com/in/tejaskumardarji/&lt;/A&gt;&lt;BR /&gt;Technical Lead&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2024 09:29:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54716#M9193</guid>
      <dc:creator>Tejaskumar_Darji</dc:creator>
      <dc:date>2024-03-07T09:29:00Z</dc:date>
    </item>
    <item>
      <title>RE: Refresh Pivot tables</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54717#M9194</link>
      <description>&lt;P&gt;No problem Im glad it was helpful &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;NTTData&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 07 Mar 2024 09:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Refresh-Pivot-tables/m-p/54717#M9194</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2024-03-07T09:50:00Z</dc:date>
    </item>
  </channel>
</rss>

