How to maximize excel window using maximize command or using sendhotkey

How to maximize excel window using maximize command or using sendhotkey

use maximize window activity and supply excel Window variable as input

@Deva2,

  1. Send Hotkey (Alt + Space ) : This will open the below Menu
    image

  2. Send Hotkey X - To Maximize

Below is the Flow


Mukesh

Use TypeInto activity, indicate on the application where ever its applicable and pass text as “%[d(alt)] x[u(alt)]”. Let me know if its not working.