ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   @ operator inconsistency in VBA .formula (https://www.excelbanter.com/excel-programming/455161-%40-operator-inconsistency-vba-formula.html)

StuartBisset

@ operator inconsistency in VBA .formula
 
Following the introduction of dynamic array formula the @ symbol has automatically appeared in front of many formula where excel has deemed that 'implicit intersection' ought to be enabled - ie SPILLing is not intended.

However the "@" symbol is not there if you attempt a selection.formula command in VBA.

ie in excel cell A1 might show "=@INDEX(..." and in VBA range("A1").formula would return "=INDEX(..."

Can anyone suggest a method for returning the formula as visible in excel, including the @ symbol?

Thanks

Peter T[_8_]

@ operator inconsistency in VBA .formula
 
"StuartBisset" wrote in message
Following the introduction of dynamic array formula the @ symbol has
automatically appeared in front of many formula where excel has deemed
that 'implicit intersection' ought to be enabled - ie SPILLing is not
intended.

However the "@" symbol is not there if you attempt a selection.formula
command in VBA.

ie in excel cell A1 might show "=@INDEX(..." and in VBA
range("A1").formula would return "=INDEX(..."

Can anyone suggest a method for returning the formula as visible in excel,
including the @ symbol?

Thanks


Have you tried Formula2

Peter T




All times are GMT +1. The time now is 01:03 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com