Forum Discussion
Rodgerb
Aug 04, 2025Copper Contributor
BUG REPORT: Microsoft Excel Table Versioning Incompatibility Breaks Macro Logic
Excel tables now silently behave differently based on internal "versioning" (version 1 vs version 2), which is undocumented, invisible to the user, and directly breaks macros that previously worked a...
LaLad
Aug 05, 2025Brass Contributor
Adapt VBA code to the table version and avoid relying on built-in names by using index numbers instead.