Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
LesaT
 
Posts: n/a
Default tab between unprotected cells

I have a workbook with protected cells that users will use the tab key to
move to each unprotected cell to enter data. There is a cell that contains
check boxes and they will need to click a check box to make a selection --
and then the tab function is disabled. They have to click in the next box to
continue. Is there any way for the tab function to work?
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default tab between unprotected cells

I put a checkbox from the control toolbox toolbar on a worksheet.

I doubleclicked on that checkbox to see its code.

I put this code in that window.

Option Explicit
Private Sub CheckBox1_Click()
ActiveCell.Activate
End Sub

Then I went back to excel. I protected the worksheet and when I clicked on the
checkbox, the activecell was re-selected.



LesaT wrote:

I have a workbook with protected cells that users will use the tab key to
move to each unprotected cell to enter data. There is a cell that contains
check boxes and they will need to click a check box to make a selection --
and then the tab function is disabled. They have to click in the next box to
continue. Is there any way for the tab function to work?


--

Dave Peterson
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
Display first, second, etc Nonblank Cells in a Range Jeremy N. Excel Worksheet Functions 12 September 25th 05 01:47 PM
requires that merged cells must be identically sized? Catt Excel Discussion (Misc queries) 11 July 3rd 05 12:36 PM
Fill cells from non-adjacent cells Abes Excel Discussion (Misc queries) 2 March 25th 05 01:15 PM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Convert data type of cells to Text,Number,Date and Time Kevin Excel Worksheet Functions 1 December 31st 04 12:57 PM


All times are GMT +1. The time now is 06:17 PM.

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"