Hello again, I implemented the Real-Time Data featured in ExcelDNA in my AddIn, and as you said, that maked it easier to use, works wonderful! Thanks again for your help.
I see this implementation reload the data (re-connect to the services) and that is nice, but in case the connection fail the function returns N/A values and don't keeps the old value
In the below image I open the file (seem the file keeps the values), then my AddIn shows "connection fail" on a MessageBox

Then, I accept the message and the functions change the values to N/A

And here the file is never updated when I open it again although the connection is successfully. There is a way to refresh, reload, recall, or something from code to re-connect all the functions to services?