Hi,

How can i do:
Code:
A = "msgbox " & chr(34) & "Hello" & chr(34)
ProcEvaluate(A)
and have VBA to evaluate the string A as a VBA command?

Evaluate is a common procedure in programming languages.
Is VBA lacking it?

Thanks