View Single Post
  #3  
Old 08-19-2004, 06:06 PM
jmm jmm is online now
Registered User
 
Join Date: 07-29-2004
Posts: 10
Thanks for the reply kevina.

I think my example was confusing. ProjFile is a VBScript variable. For clarity, my example code should have read:

Set objMacro = objApp.Project.Macros.Add("PROJFILE", "c:\build\foo.vbp")

rather than:

Set objMacro = objApp.Project.Macros.Add("PROJFILE", ProjFile)

Rather than debugging my code, perhaps what would be most useful for me is example VBScript source using the Project.Load method to run the VS6 or VS.NET IDE via a generated or pre-packaged {VBP}.bld file. I couldn't find anything like that in the help, sample code or on the VBP website.
Reply With Quote