Is it possible to edit Excel during creation?
Or
Wait for Excel to be created > Open Excel > Edit?
For now my logic is…
Excel Application Scope (I provide path and file name) >
Write Range (“Sheet 1”, “A1”) [details from datatable are written] >
Do I (Send Hotkeys) here? [I tried but hasn’t worked yet]
There are different ways of doing it as @Jumbo mentioned. What my concern is, when using excel application scope, sometimes the excel file opens in the background… at that point, if you use hot keys it will not work because the excel window is not active. So, if you are using hot keys in excel, you have to make sure the window is open and active as well.
So, rather than handling that, I would also agree to the second option given by @Jumbo. We can always use a template and add the data to that file. It would be a much easier and a standardized way of doing it…