dipkchopra
New Member
- Joined
- Nov 19, 2013
- Messages
- 13
Hi all,
I am trying to insert in an excel cell the new dynamic array formula - 'Unique'
In very simplistic terms:
My VBA code reads like - cells(9,9) = "=UNIQUE(C9:C240)"
But when I run the code, excel is inserting '@' symbol in my formula and the final output reads like:
"=@UNIQUE(C9:C240)"
How do I get rid of this @ in my formulas inserted through VBA
I am trying to insert in an excel cell the new dynamic array formula - 'Unique'
In very simplistic terms:
My VBA code reads like - cells(9,9) = "=UNIQUE(C9:C240)"
But when I run the code, excel is inserting '@' symbol in my formula and the final output reads like:
"=@UNIQUE(C9:C240)"
How do I get rid of this @ in my formulas inserted through VBA