I just tested it's the same fix.
There are several locations of "chr" and "Trim" just replace them with "VBA.chr" and "VBA.Trim" and they should work.
It seems MS has added namespaces to their core VBA language. Where as before they where treated as reserved words, now you have to declare a namespace "VBA" to use them. This is a change from MS Word 2003 to MS Word 2007
Last edited by =X=; 02-04-2011 at 11:10 AM.
|