I have a specific problem with the “Write Cell” activity (screenshot). I want to apply the formula “=CONCATENATE(AM2;AN2;BE2)” for the whole column but when I run the robot it says “Range does not exist”. However, when I leave the range as it is but change the formula to something simple like “=1+2” it works. On the other hand when I put in the initial formula by myself (not by the robot) into the excel file it works too. That is why I wonder that the robot doesn’t do it correctly. Any ideas how I can solve this issue?
Unless it has changed recently, I believe you need to supply a single cell rather than a range of cells (I rarely use the write cell activity and usually use write range instead, so this may not be true anymore)
Before Excel Application scope put a kill process activity in that in process name enter “excel” and in scope before writing to cell give a delay of 2seconds
I put again the simple formula “=1+2” into write cell and even that won’t work. The same error appears. Now I added the activities you told to add and it seems that I got into an endless loop because the process is already running 5 minutes
Their is some issue in your excel file dude that is not letting write cell perform the operation , if you can share the Xlsx file i can have a look for what is wrong.
Ok I fixed the exception thing and changed the concatenate formula and added the commas. It runs but when I look at the excel file I just see “#NAME?” and the formula in excel says “=@CONCATENATE(AM2,AN2,BE2)”. Now I wonder where the “@” comes from