Group: microsoft.public.word.vba.general From: Charlie Mac <> Date: Monday, February 25, 2008 2:28 PM Subject: ISASCII function
VBA Gerus,
Is there a function in VBA to derermine if a character is an ASCII
character (A - Z or a - z)? I need something like this: msgbox
IsASCII(aWord) returning a one or zero.