Does anyone know how to create an object using the contents of a string?

For example:

In an application I create a CLASS called cMerun.

I have a string variable that has the following in it:
sStringVar = "cMerun"

How can I: Dim oObject as New sStringVar (contents being cMerun) and create a new cMerun object?

Thanks!!!