Any best way to change excel cell font color?
Hi,
Did you try âSet Range Colorâ activity
or check this.
Hello,
âSet Range Colorâ is used to fill color in cellâŚI am looking to change font color of text. please suggest
Oops my bad.
You can achieve this using âsend hotkeyâ unless you donât want to use Excel activities.
Hello,
I was seeing this post (excelcampus link) as well. I tried this. itâs not working where we need to press arrow key to choose color using send hot keys. Please suggest?
Itâs really weird process to change text font color using lot of send hot keysâŚnot sure any other way as well?
Any way to increases cell length and width as well?
Hi,
Here we go.
colorChange.zip (9.2 KB)
to change cell length and width you can again use these shortcut keys and pass the value.
Alt,O,R,E is the keyboard shortcut to open the Row Height window.
Alt,O,C,W is the keyboard shortcut to open the Column Width window.
Thanks you. itâs working as expected. But i have a question⌠In your program, under âType Intoâ element, where you mention âfc[k(down)][k(enter)]â, How you are able to add below selector? or how you came to know that we need to add below selector.
âctrl name=âFontâ role=âtool barâ /â
Suppose, i would like to use ALT + HDS command, what selector i need to use? and how can i get it?
Actually, hereâs my requirement, i would like to select multiple worksheets and the delete those selected ones.
Hi,
Ans is UiExplore.
Itâs an advanced tool that enables you to create a custom selector for a specific UI element.
To use Alt+HDS just make sure your focus on the target application. And use UiExplore to find out the reliable selector and just do trail&error until you get best suited attribute which works all the time.As days goes on you know which selector to choose and when to choose.
In your case this will work.
wnd app=âexcel.exeâ cls=âXLMAINâ />
@ddpadil⌠How can we change font color in word document. I mean if a match is found i want to add color to the text in word document.
Hi @ashok_sharma,
it is a late post. But It may useful to others. I saw thread that to change the font color inside excel . Here is the link.
Regards
Balamurugan.S