HPOnline
09-06-2003, 03:31 AM
How do I convert the Evaluate function in VBA to VB6?
In VBA, Evaluate could evaluate object names eg.
Evaluate(CommandButton + buttonNumber).BackColor = &HFF&
In VB6, there seems to be no function for doing this.
In VBA, Evaluate could evaluate object names eg.
Evaluate(CommandButton + buttonNumber).BackColor = &HFF&
In VB6, there seems to be no function for doing this.