Add field in Pivot Table
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-10-20 03:38 PM
Hi All,
I have created Pivot table by code stage. now I have to add one of the field from it in row and values.
when I record macro I get
Range("B5").Select
ActiveSheet.PivotTables("PivotTable").AddDataField ActiveSheet.PivotTables( _
"PivotTable").PivotFields("Case Comment Created By"), _
"Count of Case Comment Created By", xlCount
With ActiveSheet.PivotTables("PivotTable").PivotFields( _
"Case Comment Created By")
.Orientation = xlRowField
.Position = 1
End With
can someonehelp me to create code for it
Thank you in advance

------------------------------
Rohini Patil
Member technical
ADP
Asia/Kolkata
------------------------------
I have created Pivot table by code stage. now I have to add one of the field from it in row and values.
when I record macro I get
Range("B5").Select
ActiveSheet.PivotTables("PivotTable").AddDataField ActiveSheet.PivotTables( _
"PivotTable").PivotFields("Case Comment Created By"), _
"Count of Case Comment Created By", xlCount
With ActiveSheet.PivotTables("PivotTable").PivotFields( _
"Case Comment Created By")
.Orientation = xlRowField
.Position = 1
End With
can someonehelp me to create code for it
Thank you in advance
------------------------------
Rohini Patil
Member technical
ADP
Asia/Kolkata
------------------------------
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
22-10-20 04:25 PM
Hi Rohini,
Have you already tried if the MS Excel Extended available on DX can be used for this? It has pivot related actions available in it. https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-excel-vbo---extended
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
Have you already tried if the MS Excel Extended available on DX can be used for this? It has pivot related actions available in it. https://digitalexchange.blueprism.com/dx/entry/9648/solution/ms-excel-vbo---extended
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-10-20 08:35 AM
Thank you for your quick response.
Yes, I am able to edit pivot table by using MS Excel Extended VBO.
Note: it shows lots of error because of arrangement of stages 🙂
------------------------------
Rohini Patil
Member technical
ADP
Asia/Kolkata
------------------------------
Yes, I am able to edit pivot table by using MS Excel Extended VBO.
Note: it shows lots of error because of arrangement of stages 🙂
------------------------------
Rohini Patil
Member technical
ADP
Asia/Kolkata
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-10-20 09:54 AM
Hi Rohini,
I guess you are referring to the issue where the stages of a Blue Prism Process or Object are stacked on top of each other. If you are on BP v6.5 or earlier, you can fix the display issue by using this asset on DX https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-studio-display-fix
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
I guess you are referring to the issue where the stages of a Blue Prism Process or Object are stacked on top of each other. If you are on BP v6.5 or earlier, you can fix the display issue by using this asset on DX https://digitalexchange.blueprism.com/dx/entry/9648/solution/blue-prism-studio-display-fix
------------------------------
Shashank Kumar
DX Integrations Partner Consultant
Blue Prism
Singapore
+6581326707
------------------------------
