I never used .xml file to develope in UiPath.
I have new project to work in .xml , Can you just let me know if any activities or ideas that I can use for .xml operations?
I have to Copy and paste some formulas, Pivot update, Pivot range update, Current date set on articular Pivot, Match the total from different sheets and some more …
I don’t know if this things I can do on .xml ?
Thanks
@PALKUMARI_PATEL
Yes. I have not use all of your options but there is options are available
In this tutorial, we have an Excel file with data about suppliers and we want to find out how many suppliers there are in each city and what number of employees the suppliers have in each city. To achieve this, we will build an automation that...
Please check
Thanks @raja.arslankhan Will check that.
@PALKUMARI_PATEL Welcome. Happy Learning
Hello @PALKUMARI_PATEL
Kindly refer this tutorial
Hello Everyone, Hope you are doing well
I would like to present this post who are looking for the expressions related to Create an Pivot using VBA script
Creating the Pivot using VBA
Option Explicit
Sub CreateNewSheet()
'
' CreateNewSheet Macro
'
'
Dim wb As Workbook
Dim ws As Worksheet
Dim Name As String
Dim SourceR As Range
Dim TableName As String
Set wb = ThisWorkbook
Set SourceR = Range("A1").CurrentRegion
TableName = "NewTable"
Set ws = ActiveSheet
With wb
…
1 Like
Sue, @Gokul_Jayakumar @raja.arslankhan
Thank you for your help but Can I do with .xml ? I have to do all in .xml. So not sure that ALl I can do same as Excel on .xml ?
Thanks