OriginPro 2022b (64-bit) SR1 9.9.5.167
Windows 7 Pro SP1 x64
Greetings!
The code:
range TargetCells = [Data]"Sheet"!3[1]:201[10];
TargetCells = TargetCells / 100;
modifies only the first column of the data, that is [Data]"Sheet"!3[1]:3[10].
What is the proper way to alter data in the multi-column block?
Thank you.
---
Andrey