Does VB.net allow for a way of executing a string of code at runtime?

I've seen code using System.CodeDom.Compiler but it needs to compile an entire VB object and run it seperatley from the program. I just need to execute one line. (I have seen vb6 code that does this but that was 2 years ago)

Basically i'm trying to grab a form name from a database and display the form.

Thanks in advance.