How to maximize excel window using maximize command or using sendhotkey
use maximize window activity and supply excel Window variable as input
-
Send Hotkey (Alt + Space ) : This will open the below Menu
-
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.