Hello,
I have a workflow which has 2 components.
1. Macro
2. Normal Workflow
For my data, I am using a batch macro to do some manipulation and in batch macro, I am creating an output report using render tool in excel. Then I am calculating summaries on the same data and outputting that summary as a separate sheet but in the same workbook that was created by my batch macro.
Can someone provide me any idea how would I achieve this goal? I tried several ways but I failed.