mweinberger
12-23-2005, 06:27 PM
Hello,
How do I set a macro from a VBScript function? The following
Application.ExpandMacrosAndScript("%<property>%")
is used to retrieve macro property values only. How can I set an already existing property value? The following unfortunately doesn't work. :-(
Application.ExpandMacrosAndScript("%<property>%") = "New Value"
Thanks in advance,
Martin
How do I set a macro from a VBScript function? The following
Application.ExpandMacrosAndScript("%<property>%")
is used to retrieve macro property values only. How can I set an already existing property value? The following unfortunately doesn't work. :-(
Application.ExpandMacrosAndScript("%<property>%") = "New Value"
Thanks in advance,
Martin