Previous Thread

8/13/2006 9:48:02 PM    Modifying macro properties through code?
Hi 
 
I have lots of macros in a database and I would like to try to set a 
 
property in code rather than manually opening each one. Eg if the 
 
property 'Table name' of a macro step how do i set it thru code. Is it 
 
possible... 
 
For Each prp In 
 
CurrentDb.Containers("scripts").Documents("macro1").Properties("macro 
 
steps??")... 
 
Im lost here ? 
 
mike