Hello,

In VB we have this Statement running

Dim lvFrm as Form

Set lvFrm = FrmTest
msgbox lvFrm.Caption

if the Statement "Set lvFrm = FrmTest" is a STRING then how could we execute ? Using Script Control.

My aim is to Load a form using a String Statement.

I tried ScriptControl.ExecuteStatement "Load FrmTest"

An Error Popups " Typemismatch: 'Load' "

Any Solution.......

Thank you
Regards
Soundar