Hi, I want to click on the Macro button in the excel file.
This button is in the particular location in a worksheet, How to click this button please help.
@Palaniyappan
Fine
use start proces and open the excel file
and use click activity and click on that button
Cheers @balkishan
@balkishan, you no need to click on that button. That button must be calling a Macro so you just identify the macro and call it from uipath using excel activity.
#HappyRobotics
Use the execute macro command in the excel scope. More infos here: How to use execute Macro - #3 by aksh1yadav
Good luck
This is Macro button bro.
If we open the excel it won’t visible, bcz it’s in particular worksheet and in the particular location.
Like in BB so it won’t visible direct on the screen.
Add a second button to the excel table and make it visible from the beginning. OnClick → invoke the function of the other button.
Or use execute macro
How I do I know the name of Macro?
Press Alt-F8 and you can see all macros
right click the button and click “assign macro”. @balkishan
Okay I found that.
If you see this is the button, and I have total three button in the different - 2 sheets.
So How I know which button is belong to which Macro.
If you see here there are three Macro,
And button is also there so How I find this button is belongs to which Macro.
The easiest way is to right click the button like @PeterK suggested