Modifying macro properties through code?

W

witharebelyell

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
 
Top