Yukihito
(Yukihito Yamamura)
December 11, 2017, 2:53am
1
Hi,
How can I record clicking a button which is on Excel? I tried some as follows but couldn’t.
Recording>Basic>Click
Recording>Desktop>Click
Uipath highlites a whole sheet but I think it should be able to select ONLY a button.
I have two types of button, doesn’t work for both;
a button as a Form Control
a button as an ActiveX Control
thanks
ckhello
(ckhello)
December 11, 2017, 3:33am
2
Instead of clicking the button, maybe you could use the “Execute Macro” activity and assign the macro of the button to it.
2 Likes
Yukihito
(Yukihito Yamamura)
December 11, 2017, 3:43am
3
I already tried that and found works well, but our users say they want to use an existing button, mainly because it’s easy way to automate their routines.
Yukihito
(Yukihito Yamamura)
December 15, 2017, 10:01am
4
Does this issue depend on a Excel version? My Excel is 2010. Do other versions work well?