R
Ray
how can i spell check a textbox on a userform in an Excel macro.
TextBox1.CheckSpelling "CUSTOM.DIC", False, True, 1033
does not work
and this form
A = Application.CheckSpelling(cWords, CustomDictionary:="CUSTOM.DIC",
IgnoreUppercase:=False)
just tells me if the word id good or not.
Ray
TextBox1.CheckSpelling "CUSTOM.DIC", False, True, 1033
does not work
and this form
A = Application.CheckSpelling(cWords, CustomDictionary:="CUSTOM.DIC",
IgnoreUppercase:=False)
just tells me if the word id good or not.
Ray