View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Abhishake Saravgi Abhishake Saravgi is offline
external usenet poster
 
Posts: 3
Default dont see the Controls on the Forms generated at runtime

I have developed a VB6.0 exe which generated Excel templates. Each excel
template have two user forms. I want to add controls like List box, Combo
box, Command Box and Text Boxes in these user forms through VB6.0 code. Now
when the End User uses this template he can see these controls.
I have also added the controls at runtime through VB 6.0 and save the Excel
template. When I open the template I dont see the Controls on the Forms
Please any one can guide me how to do this from VB 6.0 and would we a great
help if some provide me with the code