View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default IS it possible to get the Visual Basic Form to VBA Excel

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" wrote in message
...
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??