Question
1
Replies
70
Views
Posted: April 18, 2018
Last activity: April 19, 2018
Excel ActiveCell Proxy
Hi,
I am getting an error message "Object reference not set to an instance of an object" when trying to test/run an automation that is meant to open an excel workbook then proxy the application to get the active cell and to get the number in active cell. The proxy of the application I believe is causing the error but how else can you get an ActiveCell in Pega? How can I resolve this issue?
Thank you!
***Edited by Moderator Marissa to update categories***
There's no inherent activecell value to the connector. An object reference error means that you're trying to access a destroyed object. Make sure that excel is still running before trying to pull this data.