View Single Post
  #1  
Old 12-23-2005, 05:27 PM
mweinberger mweinberger is online now
Registered User
 
Join Date: 12-23-2005
Posts: 40
Setting macros from VBScript

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
Reply With Quote