View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CR[_4_] CR[_4_] is offline
external usenet poster
 
Posts: 19
Default Evaluating an expression...

I have a function with parameters pay99,pay00,pay01,pay02, etc., and in
my code I have declared a variable named cParam.

If cParam equals the string "pay02", what function or expression do I
use on cParam to get the value of parameter pay02?

Many thanks.