#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default Tab/Enter

I've developed a spreadsheet, using macros and data validation, to be filled
out by the user as a form . Now my boss wants me to set it up so that the
user can jump from field to field by pressing tab or enter. By default it
just moves to the next cell. Is there any easier way of doing this other
than a bunch of Deactivate event code?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Tab/Enter

lock all cells (formt=Cells=Protection tab), Unlock the cells you want
accessible. Set the Enable Selection property to Unlocked cells only.
Protect the sheet under the Tools=Protect menu.

That would be a good start.

--
Regards,
Tom Ogilvy

"xlcharlie" wrote in message
...
I've developed a spreadsheet, using macros and data validation, to be

filled
out by the user as a form . Now my boss wants me to set it up so that the
user can jump from field to field by pressing tab or enter. By default it
just moves to the next cell. Is there any easier way of doing this other
than a bunch of Deactivate event code?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 37
Default Tab/Enter

Perfect, that's just what I was looking for. Thanks.

"Tom Ogilvy" wrote:

lock all cells (formt=Cells=Protection tab), Unlock the cells you want
accessible. Set the Enable Selection property to Unlocked cells only.
Protect the sheet under the Tools=Protect menu.

That would be a good start.

--
Regards,
Tom Ogilvy

"xlcharlie" wrote in message
...
I've developed a spreadsheet, using macros and data validation, to be

filled
out by the user as a form . Now my boss wants me to set it up so that the
user can jump from field to field by pressing tab or enter. By default it
just moves to the next cell. Is there any easier way of doing this other
than a bunch of Deactivate event code?




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
Macro to select cells in column enter data then press enter NP New Users to Excel 1 February 20th 08 04:21 PM
Enter multiple numbers in a cell so total shows when enter keypres newbie Excel Worksheet Functions 2 August 19th 07 12:23 PM
Enter info in one sheet, auto enter in another based on one field The BusyHighLighter[_2_] New Users to Excel 1 August 1st 07 10:54 PM
Auto enter date when data in enter in another cell Brian Excel Worksheet Functions 5 December 7th 06 06:44 PM
What does hitting Ctrl + Shift + Enter to enter a formula do??? Help a n00b out. qwopzxnm Excel Worksheet Functions 2 October 20th 05 09:06 PM


All times are GMT +1. The time now is 05:44 AM.

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

About Us

"It's about Microsoft Excel"