View Single Post
  #4  
Old 12-18-2009, 09:34 AM
dalevine dalevine is online now
Registered User
 
Join Date: 04-23-2009
Posts: 14
I think I answered my own question. I think this script will work...

For Each macro in vbld_TempMacros()
Builder.LogMessage ( "Found temp macro = " & macro.Name & ", Value= " & macro.Value )
Set objMacro = Application.Project.Macros.Add( macro.Name, macro.Value, ,,True )
objMacro.Value = macro.Value
Next
Reply With Quote