Extremely simple formula crashes my program after I insert a line beneath the referenced cell

后端 未结 2 878
独厮守ぢ
独厮守ぢ 2021-01-15 06:45

I originally had code, but now I deleted all code in that project. I have a formula in sheet1 that goes \"=\'Sheet2\'!I10\". Cool, I save its ok. But the moment that I inser

2条回答
  •  无人及你
    2021-01-15 07:19

    Not enough rep to comment... Also don't have a solution.

    NOTE: Excel 2010 appears to be the only one affected. (Both x86 and x64). 2013 and 2016 seem to be okay.

    Broken by: KB3178688

    Yes, I'm having the exact same issue at the exact same offset (for 32 bit at least).

    For us this also appears to have started recently after running the most recent security patches.

    Sorry to spam this, but it's trivial to recreate it. The cell with the formula must reside on another sheet though.

    1. Put a number in Sheet1 Cell A1
    2. Go to sheet 2 and set a cell formula which is =Sheet1!A1
    3. Go to Sheet 1 and add a row below Cell A1
    4. Go to Sheet 2 and attempt to delete or modify the cell with a formula
    5. Excel crashes

提交回复
热议问题