Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try these amendments:
command = App&"|"&Topic&"!'"&Field&"'" GetValue = Evaluate(command) Hope this helps. Pete On Sep 18, 9:32*am, JessicaRowe wrote: Function GetValue(App as String, Topic as String, Field as String) As String Dim command as String command *= "="&App&"|"&Topic&"!'"&Field&"'" GetValue = command End Function So then I type in Excel, =GetValue(App,Topic,A1) And great! The Cell showed =APP|TOPIC!'(Value of cell A1)' However, how can I get Excel to evaulate the formula, instead of showing the formula as a string? |
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) | |||
Formulae created from text strings will not compute. | Excel Worksheet Functions | |||
Evaluating similarity of text strings | Excel Worksheet Functions |