Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default enable spell check

I created a form using excel and protected it so user's
can only input data were needed, but because i protected
the sheet, spell check doesnt work.

how can i enable spell check on a protected excel sheet?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default enable spell check

Nydia,

What you need is a Userform.
You can do any sort of input validation there and you can prevent the user
changing any other cells.

HTH
Henry


"Nydia" wrote in message
...
I created a form using excel and protected it so user's
can only input data were needed, but because i protected
the sheet, spell check doesnt work.

how can i enable spell check on a protected excel sheet?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default enable spell check

How do I create a userform, is that in excel?
-----Original Message-----
Nydia,

What you need is a Userform.
You can do any sort of input validation there and you can

prevent the user
changing any other cells.

HTH
Henry


"Nydia" wrote in

message
...
I created a form using excel and protected it so user's
can only input data were needed, but because i protected
the sheet, spell check doesnt work.

how can i enable spell check on a protected excel sheet?



.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 72
Default enable spell check

Nydia,

From Excel, go ToolsMacroVisual Basic Editor or press ALT + F11.

In the VBE go Insertuserform
From the toolbox, you can add controls (Labels, TextBoxes, ComboBoxes,
Command Buttons, etc.)
You can change the properties (size, colour, font, etc.) of the Userform and
controls
Double click any of the controls or on the form to add code to the controls
or form.

Go InsertModule

In the code pane that appears, copy and paste the following

Public Sub Auto_Open()
Userform1.Show
End Sub

Save and exit.

Restart your workbook and the form should appear.
If it doesn't, go Tools MacroSecurity and check the medium box.
Save and exit and try again. Be sure to click on Enable Macros.

HTH
Henry

"Nydia" wrote in message
...
How do I create a userform, is that in excel?
-----Original Message-----
Nydia,

What you need is a Userform.
You can do any sort of input validation there and you can

prevent the user
changing any other cells.

HTH
Henry


"Nydia" wrote in

message
...
I created a form using excel and protected it so user's
can only input data were needed, but because i protected
the sheet, spell check doesnt work.

how can i enable spell check on a protected excel sheet?



.



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 172
Default enable spell check

There was a discussion recently on this topic. This thread provides
some solutions.

http://www.google.com/groups?hl=en&l...cd86709&rnum=1

HTH
Paul
--------------------------------------------------------------------------------------------------------------
Be advised to back up your WorkBook before attempting to make changes.
--------------------------------------------------------------------------------------------------------------
I created a form using excel and protected it so user's
can only input data were needed, but because i protected
the sheet, spell check doesnt work.

how can i enable spell check on a protected excel sheet?




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
Spell Check Claudia Excel Discussion (Misc queries) 4 May 13th 09 08:11 PM
Spell Check Mishka Excel Worksheet Functions 1 March 1st 07 08:51 PM
Spell check sri Excel Discussion (Misc queries) 1 February 6th 07 09:36 PM
Enable check box in protected sheet + group check boxes Dexxterr Excel Discussion (Misc queries) 4 August 2nd 06 12:00 PM
... Can I set Spell Check to automatically check my spelling ... Dr. Darrell Setting up and Configuration of Excel 0 March 21st 06 08:26 PM


All times are GMT +1. The time now is 05:35 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"