Click macro button in excel file

Hi, I want to click on the Macro button in the excel file.
image
This button is in the particular location in a worksheet, How to click this button please help.
@Palaniyappan

2 Likes

Fine
use start proces and open the excel file
and use click activity and click on that button
Cheers @balkishan

1 Like

@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

2 Likes

Use the execute macro command in the excel scope. More infos here: How to use execute Macro - #3 by aksh1yadav
Good luck :slight_smile:

Hi,

You can use “Execute Macro” instead.

image

@balkishan

1 Like

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?

1 Like

Press Alt-F8 and you can see all macros

1 Like

right click the button and click “assign macro”. @balkishan

2 Likes

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.
image

The easiest way is to right click the button like @PeterK suggested :slight_smile:

2 Likes