Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to spell check the contents of a TextBox on a UserForm.
MikeH was good enough to provide me this code last night which places the text onto a hidden worksheet and the checks for spelling errors. The problem is that spell checker will not find spelling error in the text pasted to the worksheet. as a test (just to make sure the spell checker was running) I placed a misspelled word in cell F2 and the spell checker did find that misspelling. I removed the last line of Mike's code so that the text would be left on the worksheet, just so I could try running the spell checker but it still would not find the error in the text. Sheets("Sheet2").Range("a1").Value = TextBox1.Value Application.EnableEvents = False Sheets("Sheet2").Range("a1").CheckSpelling Application.EnableEvents = True TextBox1.Text = "" TextBox1.Text = Sheets("Sheet2").Range("a1").Value Sheets("Sheet2").Range("a1").Value = "" |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Spell Check in Text Boxes | Excel Worksheet Functions | |||
Using Spell Check function in text box when worksheet is protected | Excel Discussion (Misc queries) | |||
Spell check | Excel Discussion (Misc queries) | |||
Spell check | Excel Worksheet Functions | |||
... Can I set Spell Check to automatically check my spelling ... | Setting up and Configuration of Excel |