Hi,
How can I write a variable in the part of the Write Cell activity in Excel activities where we write the formula? I could not find any format. I want to print a formula to the cells in my Excel file in order. When I type it as (=C2*‘Ürün Listesi’!$E$3") it is ok, but when I write the variable that I named as “sayac” instead of C2, it gives an error.
Can you help me ?
Welcome to forum
Try this
“=C”+sayac.ToString+"*‘Ürün Listesi’!$E$3"
Mark it as solution if it resolves ur query
Regards
Nived N
Happy Automation
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.