Excel 2010 and Access 2010
I've got a table imported by connection to Access with some extra columns added in Excel that use relative table references from the imported part of the table. On a connection refresh, the columns that reference the imported columns which are also array formulas break with a #REF! error, while those columns that are not array formulas continue working.
Example: Column A of a table comes from a connection to Access. Columns B, C, etc. are columns in the same table but that were added in Excel and are calculated (some as array formulas and some not) based on the contents of Column A. When I refresh, all the references to Column A (e.g. [@Column A]) in the array formula columns are replaced by #REF!, while the same sort of reference in columns that aren't array formulas remain.
There's also a more serious bug, which crashes Excel, that is generated when a column is added to the query in Access that is imported to an Excel table which has had columns added on to it.
Any help that can be offered with regards to either issue would be greatly appreciated.