View Single Post
  #3  
Old 08-05-2005, 03:15 PM
kevina kevina is online now
Registered User
 
Join Date: 03-27-2003
Posts: 825
Quoting a macro like this: "%MACRONAME%" when the macro contains multiple lines is the equivalent of "some value
" which is not valid vbscript.

You need to do something like this instead: [vbld_AllMacros()("A").Value = vbld_AllMacros()("B").Value] which uses vbld_AllMacros() to evaluate the macro and provide access to the entire value as a string.
Reply With Quote