09-04-23 12:46 PM
Hi All,
How to combine multiple excel files into single excel file in Blue Prism?
09-04-23 02:28 PM
Hi@SYED FAHEEM - Create a parent Excel Workbook - Open using handle 1 - Do file action and get all child files path in loop - Open Child Workbooks in loop - Use Move Worksheet action in Excel VBO to move worksheets to Parent Workbook.
Refer Below Thread : https://community.blueprism.com/discussion/facing-an-issue-in-move-worksheet-ms-excel-vbo
10-04-23 09:57 AM
Hello @Mukesh Kumar
Thank you the reply. I have the requirement like this.
I'm working with Daily excel file to validating the results - this is the Daily Requirement
For the same Daily excel files we need to combine into one Excel file in a Single sheet and not in different worksheets - this is weekly Requirement
For that I want to combine the 6 excels files data into a single excel file in the same worksheet.
Could you please help me on this?
11-04-23 11:58 AM
Hi @SYED FAHEEM - Take first workbook as parent workbook/Worksheet -MS Excel VBO- Use action Get Next Cell Empty down and note its cell reference- copy range from other worksheet to be pasted and use the cell reference to paste the worksheet range data by using Action- Copy and Paste worksheet range and just repeat.