Can someone please help me with an issue? I am running a sequence of “Send Hotkey” actions in order to rename an Excel worksheet and then save it. The sequence of commands works just fine when I test running it from the start of that specific activity. However, when I run it along with all of the other activities within my Excel Application Scope it doesn’t work. It’s not throwing an error it just isn’t renaming and saving the file. Does anyone know why this might be?
As I mentioned, I’m able to rename the sheet just fine using the Send Hotkey activities
Send Hotkey Alt + h
Send Hotkey Alt + o
Send Hotkey Alt + r
Type Into “new sheet name”
Send Hotkey enter
Send Hotkey Ctrl + s
These all work just fine by themselves. The issue is when I run my program as a complete package with many additional steps and activities before these it doesn’t seem to work. It just doesn’t look like it performs the steps at all and it completes with no errors?
Hi @dumwalke, It may be due to focus of excel file. It happened to me too. You can simply maximize the window and can send hot keys after that. It will work.