Hi All
I have a problem to create one excel fiel with three sheets. Currently, I do the following
Creation of three Excel workbooks via formula and the following name definition:
1) German Austrian Distribution\Output Verification Reports\"
+DateTimeToday() + " Pay Date " + [First_Pay Date]+" Germany Scope and Summary.xlsx||Scope Check summary"
2)German Austrian Distribution\Output Verification Reports\"
+DateTimeToday() + " Pay Date " + [Pay Date]+" Germany Details.xlsx|Details"
3)German Austrian Distribution\Output Verification Reports\"
+DateTimeToday() + " Pay Date " + [Pay Date ] +" Germany ERROR REPORT TO CHECK.xlsx|Error CHECK"
Finally threee excel wokrbook wil be created, with specific named sheet. But I would like to receive one workbook with three sheet instead of:
German Austrian Distribution\Output Verification Reports\"
+DateTimeToday() + " Pay Date " + [Pay Date ] +" Germany Summary.xlsx with the sheets 1) Scope check summary 2) Details 3)Error CHECK
The Block Until Done is not working, as the Information are prepared via different steams....
How the output file must be configured to ensure this?
Thanks a lot....