Skip to main content
1-Visitor
December 26, 2014
Solved

why are they different?

  • December 26, 2014
  • 2 replies
  • 1248 views

I just coppied another seat.

But I got different result compared to them.

Before coppy

37.PNG

After coppy

38.PNG

why are they different? I don' know

I attached my file after coppy

Best answer by Werner_E

Obviously your old sheet used ORIGIN=1 but the new one has ORIGIN=0. So using the index 2 for a 2-element array throws that error.

2 replies

Werner_E
Werner_E25-Diamond IAnswer
25-Diamond I
December 26, 2014

Obviously your old sheet used ORIGIN=1 but the new one has ORIGIN=0. So using the index 2 for a 2-element array throws that error.

jlee-21-VisitorAuthor
1-Visitor
December 26, 2014

Oh You're right.

Thank you very much~