I’m doing a project that need to copy data from Access and paste to Excel. I can run it smoothly, however, I would like to show Excel pop up whenever I paste data to Excel. My current process only show Access and Excel run in backend. May I know how can I show Excel at frontend ? thanks~
You can do this by using Excel application activities, instead of Excel file activities. For that you need to open the Excel file using Excel Application Scope
In my workflow, I use Excel Application Scope and click “visible”, however, the screen only show Access, and update Excel at backend…May I know if this is due to short process time for Excel to pop up so that only Access appear? thanks~