I need to be able to pass the name of an object into a variable and the use
the variable to alter that objects properties...

eg.

Variable1 = ActMod1.Name

Variable1.value = 15
variable1.ID = 0012

etc.

Does anyone know how to do this???