Is there anything out there that will convert a VB program into vbscript.

Thanks.

Re: Convert VB app to vbscript by McKirahan

McKirahan
Sun Dec 02 15:55:13 PST 2007

"AHartman" <Hoosbruin@Kconline.com> wrote in message
news:ko6dnY3j_Lduo87anZ2dnUVZ_jydnZ2d@kconline.com...
> Is there anything out there that will convert a VB program into vbscript.

I don't know if such a utility exists though I'm sure some things
can't (easily) be converted; API calls would likely be a problem.

If there's a UI you may want to use an HTA (HTML Application)
which is basically VBScript (or JScript) and HTML.