Hello Team,
I am working on my project which demands the column “Acquisition” into the number but this is not working when I do the following:
- Use Excel file activity
- Macro VBA Script
- UI Automation
Hello Team,
I am working on my project which demands the column “Acquisition” into the number but this is not working when I do the following:
HI,
Can you share the above sample as file?
Regards,
Shared in DM. Please check out and let me know it is a simple requirement.
Shared the file in DM. Please check out and let me know it is a simple requirement.
Hi,
How about the following?
Decimal.Parse(CurrentRow(" Acquisition").ToString.Trim,New System.Globalization.CultureInfo("es-ES"))
Note: DisplayValue is used in ReadRange activity
Regards,
Can you please provide stronger solution?
Because I do not want to use For loop
Also, I do not want to use IO operations like Read, write to manipulate data.
I want solution with VBA script (Macro) or LINQ to optimize the code effectively.
In real time I shall be using 100s of files, so IO operations and Looping is not recommended.