Excel Upgrade - Notebook issues

I had a working bot on Friday, however over the weekend a new Excel (Microsoft 365) was upgraded on my computer. In this bot, I have variables being assigned with data from the Project Notebook, which worked fine on Friday, but no longer are reading the data from the Notebook. I validated this, by adding message boxes, and the message boxes are just showing the formula instead of the value from the notebook.

Thanks in advance for your help!

Steve

Hello @RPANovice1

Which activities are you using for reading data from the Excel file?
There are separate activites for reading “values” and for reading formulas.

Regards
Soren

Here is an example of one the items…

Hello Steve,
Do you have the same thing in the advanced editor when you clic on the + sign?

I do… except it starts with String.

Which StudioX version do you have?
What is the type of your PSR_project variable?

2022.4.6
It was created as a text variable, but shows as a string variable.

What if you leave only this : Project_Notebook.Sheet(“Scratchpad”).Cell(string.Format(…)) and remove the double quote? and maybe with a .toString at the end