Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It is possible but very complicated. It is a language parsing problem. The
worksheet formulas have a syntax that must be defined. I would search the web for a general purpose PARSER. The solution usualy uses a recursive algorithm to get the individual pieces. The formulas have parenthesis and you need performa the operations following the parenthesis. There are better programming languages to do these tasks than BASIC. SNOBOL programming language is one of the programming languages is designed to handle these type problems. "Dan" wrote: Hi, Is it possible via vba to dissect a spreadsheet formula and evualte every part of it? I do not need an addin that do it (I thik it exists on the net) - I need to understand how to do it - so I need to see the code behind the solution. Many Thanks, RG |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula will not evaluate in VBA | Excel Programming | |||
Might be a bug in Evaluate Formula? | Excel Discussion (Misc queries) | |||
What is evaluate formula? | Excel Worksheet Functions | |||
Formula Will Not Evaluate | Excel Worksheet Functions | |||
Evaluate formula using VBA | Excel Discussion (Misc queries) |