View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ray[_16_] Ray[_16_] is offline
external usenet poster
 
Posts: 7
Default textbox spell check

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