Hi,
question:
i have named range in name manager:
S_EnabledTopologiesCount where formula is:- so dynamic formula referencing to another named range.![]()
=IF(COUNTIF(S_EnabledTopologies;"No")=7;0;1)
and from VBA this is only one way to refer to this variable?
??![]()
Evaluate(ThisWorkbook.Names("S_EnabledTopologiesCount").Value)
i tried with application.range("S_EnabledTopologiesCount").value but this is not working.
Please anybody confirm,
Jacek
Bookmarks