Spell Checker

Surjer

Registered User.
Local time
Today, 05:28
Joined
Sep 17, 2001
Messages
232
I have a form which has two fields.

Station ' String
To_Reach ' Note

After the user enters text into the field To_Reach how can I use a command button to run Spell Checker>Option Compare Database
Option Explicit

Private Sub Command4_Click()
To_Reach.SetFocus
'What Do I use

End Sub
 
Wow, that was fast.

Thanks for you're help..
Worked great..

I have learned sooooo much from this forum.

Thanks again,
Jerry
 

Users who are viewing this thread

Back
Top Bottom