Creating Pivot in existing excel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-03-22 09:18 AM
Hi Everyone,
I have a process where I need to open excel , the pivot is already created , only we need to change the reference range and refresh the sheet , how can we trigger this from blue prism
if we create Macro recording and run the Macro from blueprism does this work ? but the excel files are dynamic
------------------------------
SAINNATH SURAY
Business process Lead
TATA CONSULTANCY SERVICE
Asia/Kolkata
------------------------------
I have a process where I need to open excel , the pivot is already created , only we need to change the reference range and refresh the sheet , how can we trigger this from blue prism
if we create Macro recording and run the Macro from blueprism does this work ? but the excel files are dynamic
------------------------------
SAINNATH SURAY
Business process Lead
TATA CONSULTANCY SERVICE
Asia/Kolkata
------------------------------
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-03-22 11:27 AM
Hi S,
While I do not have an answer to your question, I would suggest to create new threads like this one, opposite to reopening older threads with similar content.
Thanks in advance.
------------------------------
Happy coding!
Paul
Sweden
------------------------------
While I do not have an answer to your question, I would suggest to create new threads like this one, opposite to reopening older threads with similar content.
Thanks in advance.
------------------------------
Happy coding!
Paul
Sweden
------------------------------
Happy coding!
Paul, Sweden
(By all means, do not mark this as the best answer!)
Paul, Sweden
(By all means, do not mark this as the best answer!)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-03-22 05:00 AM
Sure Paul
------------------------------
SAINNATH SURAY
Business process Lead
TATA CONSULTANCY SERVICE
Asia/Kolkata
------------------------------
------------------------------
SAINNATH SURAY
Business process Lead
TATA CONSULTANCY SERVICE
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-03-22 03:26 PM
@SAINNATHSURAY,
Have you looked at the latest version of the MS Excel VBO - Extended? It includes pivot table actions including an action named Amend Pivot Table Data Source. I believe this may be what you're looking for as it allows you to change the Range.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Have you looked at the latest version of the MS Excel VBO - Extended? It includes pivot table actions including an action named Amend Pivot Table Data Source. I believe this may be what you're looking for as it allows you to change the Range.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-03-22 07:37 PM
Hi Eric ,
Surely will check that , can you help me on below point also
the excel files are dynamic to refresh pivot , if we create Macro recording and run the Macro from blueprism does this work. if yes how to run the macro dynamically .
Thanks,
Sainath.
------------------------------
SAINNATH SURAY
Business process Lead
TATA CONSULTANCY SERVICE
Asia/Kolkata
------------------------------
Surely will check that , can you help me on below point also
the excel files are dynamic to refresh pivot , if we create Macro recording and run the Macro from blueprism does this work. if yes how to run the macro dynamically .
Thanks,
Sainath.
------------------------------
SAINNATH SURAY
Business process Lead
TATA CONSULTANCY SERVICE
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
30-03-22 07:54 PM
@SAINNATHSURAY,
There are two different actions available on the latest Excel VBO that can be used for running macros within an Excel: Run Macro and Run Macro with Parallel Thread. The first is used for simply executing a macro that resides within the Workbook. The second can be used to execute a macro that includes a pop-up prompt of the user. In the past this situation would cause Blue Prism to be stuck waiting for someone to dismiss the dialog. With this action, the dialog will be dismissed programmatically allowing Blue Prism to continue onward.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
There are two different actions available on the latest Excel VBO that can be used for running macros within an Excel: Run Macro and Run Macro with Parallel Thread. The first is used for simply executing a macro that resides within the Workbook. The second can be used to execute a macro that includes a pop-up prompt of the user. In the past this situation would cause Blue Prism to be stuck waiting for someone to dismiss the dialog. With this action, the dialog will be dismissed programmatically allowing Blue Prism to continue onward.
Cheers,
------------------------------
Eric Wilson
Director, Integrations and Enablement
Blue Prism Digital Exchange
------------------------------
