MYROW
starts at 0
and there is no B0
cell.
You’ll probably want to start at B2. Therefore you’ll use "B" + (MYROW+2).ToString
which outputs B2, B3 and so on.
MYROW
starts at 0
and there is no B0
cell.
You’ll probably want to start at B2. Therefore you’ll use "B" + (MYROW+2).ToString
which outputs B2, B3 and so on.