Hello,
I want to automate some of my Ms Excel repetative work.
I start Excel by "Run" command.
Now I want to
1) click on "BOLD" icon and
2) Select FontSize Dropdown menu to Select any other fontsize other than Default size.
I plan to use ControlFocus for BOLD Buttons and then CLICK, but How to get CONTROLID of BOLD Button.
I used Info Tool but it gives me following Summary details.
>>>> Window <<<<
Title: Microsoft Excel - Book1
Class: XLMAIN
Position: -8, -8
Size: 1040, 738
Style: 0x15CF0000
ExStyle: 0x00000110
Handle: 0x001703B4
>>>> Control <<<<
Class: MsoCommandBar
Instance: 3
ClassnameNN: MsoCommandBar3
Name:
Advanced (Class): [CLASS:MsoCommandBar; INSTANCE:3]
ID:
Text: Formatting
Position: -1, 52
Size: 677, 26
ControlClick Coords: 155, 15
Style: 0x56000000
ExStyle: 0x00000000
Handle: 0x000F0808
>>>> Mouse <<<<
Position: 154, 89
Cursor ID: 0
Color: 0xF2F2F2
>>>> StatusBar <<<<
>>>> ToolsBar <<<<
>>>> Visible Text <<<<
Task Pane
New Workbook
New
Worksheet Menu Bar
Type a question for help
Formatting
10
Arial
Standard
100%
Book1
>>>> Hidden Text <<<<
MsoWorkPane
________________________________________________
Any Help Please
Regards