Hi ,
I wanted to do below two operation in excel file - StudioX.
1.Save
2.SaveAs
Hi ,
I wanted to do below two operation in excel file - StudioX.
1.Save
2.SaveAs
Working with excel will require you to use an excel card which by default saves after each operation.
Then in the end, since we donât have yet an activity to âsave asâ you can simply use âcopy fileâ activity and use for output your desired name, as workaround.
So:
1.excel card pointing to an excel file
2.do your work on it
3.add âcopy fileâ activity to copy your excel file to a desired new file name.
If youâre trying to watch this video and arenât able to follow the steps, itâs because he is using Studio (not StudioX). Please reference the steps below for how to trigger a Save As command using a Send Hotkey function in StudioX.
First offâŚyes, you can send a Hotkey function in Excel, but you have to do it as multiple different actions (Use Excel & Use Application). You need to either embed the Use Application inside the Use Excel or have it run after the Use Excel. Also, you need to reference the specific Excel window name (usually the file name) under âApplication argumentsâ when using the Use Application (not required when embedding function, but is required when running after Use Excel completes).
*When not embedding Use Application, remember to set the Use Application âCloseâ property to âNeverâ or it will close the Excel window before youâre finished using it.
See below for screenshot of my bot to mirror.
I hope this helps provide you a solution.
DerRoc
If your going to bot it, make sure you DâRoc it!