I need to open the cell formatting dialog for an excel 2010 cell.
I am able to popup the cell’s contextual menu by means of Shift+f10 through a Send Hotkey activity. After that, I need to invoke shortcut “f”, which opens the formatting dialog. I tried both with Send Hotkey and Type Into, with no luck. The “f” gets written in the cell.
Steps:
- select cell by Select Range (eg A1:A1) → OK
- send hotkey “Shift+f10” to open context menu → OK menu pops up
- send hotkey “f” → FAIL cell contents are replaced by “f”
- same with Type Into
It seems that the robot can’t direct the key to the popup menu element.
Thanks