I'm unable to find a way in VBA to identify calculated columns in the data model. I can enumerate the columns
Dim objMTables As ModelTables
Dim objMCols As ModelTableColumns
Dim objMCol As ModelTableColumn
Set objMTables = ActiveWorkbook.Model.ModelTables
For Each...