Hi @ABillsy
Thanks for responding back with the details of the problem.
The original reason why I asked what are you doing with the Name manager is that spying the fields via UI automation directly on the Excel application is going to cause a hell lots of problems. One thing will work, then the next wont and again the same. And might work once but not the next time and so on.
The best option is to write a macro in an Excel and call that from the PAD's "Run Excel macro" action.
Excel's Object Model Library will be easily available to you while writing the macro and therefore would make things way easy.
This is an easier approach until Microsoft develops a way of writing Code stages within PAD itself just like the other RPA tools. But if you are unable to use an Excel for writing a macro due to "project reasons" then you will have to stick with trying the screen scraping and spying approach that you are already doing.
Thanks.
VJ