Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default @ 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default @ 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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Get operator of a formula [email protected] Excel Programming 0 January 28th 20 07:16 PM
VBA Get operator in a formula [email protected] Excel Programming 0 October 19th 19 10:17 AM
Logical operator inconsistency KD[_5_] Excel Programming 1 June 8th 06 10:42 AM
What does ! mean as an operator within a formula Tam Excel Discussion (Misc queries) 3 January 2nd 06 08:48 AM
"--" operator in a formula Arla M Excel Worksheet Functions 2 February 8th 05 09:24 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"