Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default how to skipp an already filled cell when moving across excel sheet

Hi all,
Please, I need to know how to skip an already filled cell on a excel
worksheet when hit enter or arrow when moving across existing filled
worksheet.
Thank you in advance
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how to skipp an already filled cell when moving across excel sheet


I would think you would need a Worksheet_Change macro running all the
time protecting and unprotecting the sheet as you make changes. As you
exit a cell, the macro would unprotect the sheet, check to see if the
cell you WERE in has a value greater than blank or 0, and if so, setting
the protection value for that cell, then reprotecting the sheet.

Your protected sheet could only let you select unlocked cells, so as
your cursor moves around, it would only rest in empty cells.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=48899

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default how to skipp an already filled cell when moving across excel s

Hi JBeaucaire,
Thank you so much for your reply,
I still need more info, my specific question is as follow:
when i make a worksheet, i need to skip some specific cells as when i move
across the cells using "enter" or "Arrow" bottons, the specified cell should
be skiped as constant value, in another word, i need to skip it when moving
across the cells

"JBeaucaire" wrote:


I would think you would need a Worksheet_Change macro running all the
time protecting and unprotecting the sheet as you make changes. As you
exit a cell, the macro would unprotect the sheet, check to see if the
cell you WERE in has a value greater than blank or 0, and if so, setting
the protection value for that cell, then reprotecting the sheet.

Your protected sheet could only let you select unlocked cells, so as
your cursor moves around, it would only rest in empty cells.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=48899


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default how to skipp an already filled cell when moving across excel sheet


You can use the Protecting Sheet idea manually. If you have cells you
NEVER want to have your cursor stop in, unlock the cells (columns) you
want to allow access to, then Protect your sheet.

If you want access to columns B:C:D, highlight them, press CTRL-1 to
open the Format Cells box, click on Protection, and UNCHECK the
protection box.

Now repeat that for other columns you DO want to have users access.

When done, click on Data Protection Protect Sheet, and UNCHECK the
box that allows selection of locked cells.

When the sheet is locked, the user can only move from unlocked cell to
unlocked cell.

If you unlocked B:C:D and left E:F locked, then unlocked G:H:I, then
when you tab across a row, it would jump from column D to column E.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=48899

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default how to skipp an already filled cell when moving across excel s


Thank you so much, it was very helpful
"JBeaucaire" wrote:


You can use the Protecting Sheet idea manually. If you have cells you
NEVER want to have your cursor stop in, unlock the cells (columns) you
want to allow access to, then Protect your sheet.

If you want access to columns B:C:D, highlight them, press CTRL-1 to
open the Format Cells box, click on Protection, and UNCHECK the
protection box.

Now repeat that for other columns you DO want to have users access.

When done, click on Data Protection Protect Sheet, and UNCHECK the
box that allows selection of locked cells.

When the sheet is locked, the user can only move from unlocked cell to
unlocked cell.

If you unlocked B:C:D and left E:F locked, then unlocked G:H:I, then
when you tab across a row, it would jump from column D to column E.


--
JBeaucaire
------------------------------------------------------------------------
JBeaucaire's Profile: http://www.thecodecage.com/forumz/member.php?userid=73
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=48899


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
Sheet slow moving from cell to cell JeffLV Excel Discussion (Misc queries) 2 August 25th 08 05:14 AM
skipp blank cell Sanjiv Excel Worksheet Functions 2 August 1st 08 04:58 AM
how do i copy only the coloured filled rows in excel to new sheet Kate at work Excel Worksheet Functions 2 January 4th 06 05:10 AM
Moving rows from one sheet to another based on a particular cell v mm Excel Discussion (Misc queries) 0 November 11th 05 06:29 PM
How to prevent cursor from moving behind filled cells Spreadsheet Slave Excel Discussion (Misc queries) 1 April 4th 05 01:43 PM


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