McKay Lee Level: Graduate
 Registered: 27-03-2005 Posts: 9
|
Creating wizard that able to make .vbp files
hi,
I am trying to make wizard that able to create .vbp files,
I'm using reference : microsoft visual basic 6.0 Extensibility (VB6EXT.OLB)
then i type:
Dim vbN As VBIDE.VBNewProjects
Set vbN = vbo.AddFromFile("i:\TestWizard\Template.vbp")
but error msg appear : object required
anyone know why? and knows better way?
please help,
Thanks,
regards
Lee
|