vba - Need to prevent entry of "U+3000" full-width Japanese spaces in Word doc -
short version: have word doc specific formatting guidelines, japanese users have input text. despite being told not to, instead of using "tab" create indents, use full-width japanese spaces (u+3000). want somehow prevent entry of character avoid having reformat.
long version: send out japanese/english-language script templates japanese users input own dialogue into. ignore formatting of script, using hard returns , full-width spaces hack-format doc (very common practice among japanese word users). leads unnecessary time spent on re-formatting. see have 3 options:
- prevent entry of undesired characters, blocking character or setting dialogue box every time used.
- automate dialogue box pop when document saved, displaying message users make sure no undesired characters used.
- create macro auto-replace undesired characters on end.
any suggestions? appreciated.
Comments
Post a Comment