Hi,
I need to do the following:
-
Open Excel
-
Take Screenshot of Pivot table
-
Attach the image to an email
-
Send the Email.
Thanks,
Shawn
Hi,
I need to do the following:
Open Excel
Take Screenshot of Pivot table
Attach the image to an email
Send the Email.
Thanks,
Shawn
Hope this helps
Fine
hope these steps could help you resolve this
–Use start process and pass the file path of excel as input
–this will open the excel and get that to foreground
–to make sure that the excel screen is full to window size use a maximize window activity and this will get the excel to full screen
–now use a Take screenshot activity which will save the image of the foreground screen to a .png file
–now use save image activity where pass the input with file path where we want to save the file and mention the image variable that we obtained from the take screenshot, as input
–now use send outlook mail activity or any send mail activity where in the attach file property in the activity mention the file path of the image that we saved previously
simple isnt it
hope this would help you
kindly try this and let know for any queries or clarification
Cheers @shawnmurray
Hi @Palaniyappan
Is there a way that i can get it to open on the worksheet i want or will i have to manually select it before using “Take Screenshot” activity
Cheers
yah it can be done either manually with click activity or send hot key activity
or we can use macro to execute them
Cheers @shawnmurray
The sheet may not always be in the same place so a click activity wouldnt work…
How would i use the send hotkey to select a sheet?
cheers @Palaniyappan
@shawnmurray - “Select Range” activity has SheetName as an Input you can pass
When i have taken the screenshot, how do i save it?
cheers @HareeshMR
We have save image activity available to save the image @shawnmurray
The output of the take screenshot activity @shawnmurray
Okay thanks i will test! @HareeshMR
Sure . Do let me know if that helps
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.