View Single Post
Old 02-04-2011, 11:07 AM   #367
=X=
Wizard
=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.=X= ought to be getting tired of karma fortunes by now.
 
=X='s Avatar
 
Posts: 3,671
Karma: 12205348
Join Date: Mar 2008
Device: Galaxy S, Nook w/CM7
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.
=X= is offline   Reply With Quote