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.
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