From: Subodh on
I have a code created in Visual Basic (Not VBA)
The form is developed by someone else and i just want to use that.
And, I want to get that into excel so that i would be able to work on
it
Is it possible??
From: Rick Rothstein on
I'm pretty sure the answer is no. VB controls are different than VBA
controls... they are derived from different parent objects and there are
many differences in their available properties.

--
Rick (MVP - Excel)



"Subodh" <getsubodh(a)gmail.com> wrote in message
news:08e6425d-7460-447e-b6a9-6520ba28cc7c(a)m25g2000prj.googlegroups.com...
> I have a code created in Visual Basic (Not VBA)
> The form is developed by someone else and i just want to use that.
> And, I want to get that into excel so that i would be able to work on
> it
> Is it possible??

From: Peter T on
As Rick says that's not possible. However you can do the reverse, use a
userform that was originally designed in Excel, in VB6 (assuming Office is
installed).

Regards,
Peter T

"Subodh" <getsubodh(a)gmail.com> wrote in message
news:08e6425d-7460-447e-b6a9-6520ba28cc7c(a)m25g2000prj.googlegroups.com...
>I have a code created in Visual Basic (Not VBA)
> The form is developed by someone else and i just want to use that.
> And, I want to get that into excel so that i would be able to work on
> it
> Is it possible??