#1   Report Post  
Posted to microsoft.public.excel.misc
sri sri is offline
external usenet poster
 
Posts: 37
Default Spell check

Hi,

I am developing a mini application form, wherein users will input some
lengthy details in the textboxes available. They would also copy & paste from
somewhere..

To make it clean, i want to do a spell check on the values they have typed
in the textboxes...

I know excel has the option of spell check for the sheets, but not sure if
its possible in VBA.

Can anyone please help me in doing this.

Thanks.

--

Regards

Sri
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 698
Default Spell check

Hi Sri,

Try this, from the macro recorder and modified slightly. Where Dum is the
range of cells you entries are in.

Sub Macro2()
Dim Dum As Range
Set Dum = Range("A1:a10")
Dum.CheckSpelling SpellLang:=1033
End Sub

HTH
Regards,
Howard

"Sri" wrote in message
...
Hi,

I am developing a mini application form, wherein users will input some
lengthy details in the textboxes available. They would also copy & paste
from
somewhere..

To make it clean, i want to do a spell check on the values they have typed
in the textboxes...

I know excel has the option of spell check for the sheets, but not sure if
its possible in VBA.

Can anyone please help me in doing this.

Thanks.

--

Regards

Sri



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Msg 400 - Macro Spell Check Rog Excel Discussion (Misc queries) 2 December 13th 06 07:09 PM
Can you spell check protected but unlocked cells in excel2000? MarkB Excel Discussion (Misc queries) 1 October 3rd 06 05:36 PM
Spell check Tonks Excel Worksheet Functions 2 July 31st 06 11:44 AM
Spell Check in Protected Worksheet & Shared Workbook continued DaveyC4S Excel Discussion (Misc queries) 1 October 25th 05 06:15 PM
spell check in an Excel protected sheet Cats Excel Discussion (Misc queries) 1 February 16th 05 08:32 PM


All times are GMT +1. The time now is 04:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"