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:

  1. prevent entry of undesired characters, blocking character or setting dialogue box every time used.
  2. automate dialogue box pop when document saved, displaying message users make sure no undesired characters used.
  3. create macro auto-replace undesired characters on end.

any suggestions? appreciated.


Comments

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -