Cell link won’t update when the column index changes


Version: 2025b

Type: Bug Fixes

Category: Data Handling

Subcategory: Worksheet

Jira: ORG-30713


  1. New a workbook and fill col(A) with row number.

  2. Copy the first cell of col(A).

  3. New a workbook and paste it as link to any cell.
    --> the link is like “cell://[Book1]Sheet1!A[1]“

  4. In Book1, insert a column in the left of col(A). Then check the link address.
    ==> It still refer to the old location A[1], which should be B[1] now.

Fixed in Origin 2025b.