Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Could someone please help me out implementing evaluate/eval function in excel vba. in the code snippet below, i am navigating through a collection object and trying to find value of a item based on the key. For i = 0 To objCollection.Length - 1 Key = "id" strTemp = "objCollection(" & i & ")." & Key msgbox Evaluate(Chr(34) & strTemp & Chr(34) ) Next i Following message box returns text objCollection(o).id, but i want this to be calculated and show me the actual value. Thanks in advance. -Avinash |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
eval of concatenate function not displaying results | Excel Discussion (Misc queries) | |||
press F2 to eval a cell, no color & no highlight | Excel Discussion (Misc queries) | |||
Excel equivalent to Eval function | Excel Programming | |||
is there an Eval() in Excel VBA | Excel Programming | |||
Eval function with sum | Excel Discussion (Misc queries) |