How to Remove duplicate columns inside excel
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-10-17 01:23 PM
Hi,
I have an excel sheet, in that i have a duplicate data, how can i remove duplicate data, i read excel sheet data in the form of collection, here i need to do compare the collections how i can do comparision??
13 REPLIES 13
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-10-17 05:19 PM
Hi sudheer,
i am getting this exception:
Internal : Could not execute code stage because exception thrown by code stage: Cannot run the macro 'Blueprism systest.xlsm'. The macro may not be available in this workbook or all macros may be disabled.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
29-11-17 05:09 PM
Hi Prateek ,
Can you please elaborate it that means how to pass shortcut key(Alt+A+M) in send keys
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-12-17 01:35 PM
You can use OLEDB to get the desired o/p. All you need is SQL Query which will return you the result in a collection. Write back this collection to the file.
Sample Query be like:
select min[ur_identifier_Header] from [SheetName$] group by [Header1], [Header2] so on.....
First u need to set connection to excel sheet using OLEDB VBO. That link u can have in the portal. Search for OLEDB.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-12-17 05:15 PM
Use Global send keys Events to pass (Alt+A+M) in the excel

- « Previous
-
- 1
- 2
- Next »