Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
If there was a formula in cell A1 of the following: =offset(C1,1,1) + G1 * sheet2!A1 I would like to (using VBA) determine the number of elements in the formula. So for the above formula the evaluating would be: Parts: 3 (1=offset(C1,1,1), 2 = G1, 3=sheet2!A1) Elements: 5 (C1, 1, 1, G1, sheet2!A1) Ref Elements: |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Evaluating formula in VBA | New Users to Excel | |||
Evaluating more than 30 conditions using a formula | Excel Worksheet Functions | |||
evaluating text as if it were a formula | Excel Discussion (Misc queries) | |||
Formula not evaluating immediately | Excel Programming | |||
If formula evaluating 2 cells contents | Excel Worksheet Functions |