Hi,
When I delete a table column with Cells.DeleteColumn, structured references to that column
in other formulas get silently re-pointed to the neighbouring column instead of becoming
#REF! the way Excel does. The for…...formula =IF([@Key]="",[@Alpha],[@Alpha]-[@Beta]) becomes =IF([@Key]=""...[@Beta]-[@Beta]) after deleting the Alpha column, and with InsertCutCells...