I just paste it into Script Window and hit "enter" on my keyboard and nothing happens. I tried also putting a semicolon after:
first row; all text rows; rows in the loop; any of rows.
I also tried version with intended rows that are inside the loop. What may be the problem?
4 L A T E S T R E P L I E S (Newest First)
aplotnikov
Posted - 03/13/2025 : 07:05:42 AM
quote:Originally posted by owards
The problem likely comes from how you're using iiString$ inside newbook.
The problem is in the ignoring of the requirement to separate operators by a semicolon.
owards
Posted - 03/13/2025 : 05:32:18 AM Let me know if you need further clarification.
owards
Posted - 03/13/2025 : 05:23:55 AM The problem likely comes from how you're using iiString$ inside newbook. The variable iiString$ is a string, but inside newbook, you are using it as a literal text instead of substituting its value.