I had a user ask if there was a way to run the spell check on an individual field using a right click event?
I've found the code to run Spell Check using the Set cmbb = cmbRC.Controls.Add(msoControlButton, 12328) (see attached visual) but it's running the check for every field on the continuous form.
I have other ways to do it (click a button to run against specific fields, BeforeUpdate and AfterUpdate, so I'm curious if this is an option.
I've found the code to run Spell Check using the Set cmbb = cmbRC.Controls.Add(msoControlButton, 12328) (see attached visual) but it's running the check for every field on the continuous form.
I have other ways to do it (click a button to run against specific fields, BeforeUpdate and AfterUpdate, so I'm curious if this is an option.
Last edited: