View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Circe[_3_] Circe[_3_] is offline
external usenet poster
 
Posts: 1
Default add form with excel 2003

with Excel 2003

Sub Add_Form1()
Dim x As Object
Set x = Application.VBE.ActiveVBProject.VBComponents.Add
(vbext_ct_MSForm)
End Sub

i get error of vbe even if i added reference vb extended
why?