Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Guys,
I want to tab thru my protected sheet and have carried out all the necessary locking and unlocking of cells etc. However, when tabbing between certain cells, the tab function appears to malfunction as it flicks between one cell and another a few times before moving on to the rest of the cells. Any ideas? The cells in question are merged. Don't know if this helps |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I've never seen this.
Any chance that you have a worksheet_selectionchange event firing? If no, you may want to share the version of excel you're running. Maybe someone can test. Stumped wrote: Hi Guys, I want to tab thru my protected sheet and have carried out all the necessary locking and unlocking of cells etc. However, when tabbing between certain cells, the tab function appears to malfunction as it flicks between one cell and another a few times before moving on to the rest of the cells. Any ideas? The cells in question are merged. Don't know if this helps -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Dave
Never heard of a 'worksheet_selectionchange event firing'. Can you explain further please? "Dave Peterson" wrote: I've never seen this. Any chance that you have a worksheet_selectionchange event firing? If no, you may want to share the version of excel you're running. Maybe someone can test. Stumped wrote: Hi Guys, I want to tab thru my protected sheet and have carried out all the necessary locking and unlocking of cells etc. However, when tabbing between certain cells, the tab function appears to malfunction as it flicks between one cell and another a few times before moving on to the rest of the cells. Any ideas? The cells in question are merged. Don't know if this helps -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Excel has a bunch of built in events that just lurk in the background waiting
for you to do something--activate a sheet, activate a workbook, change a cell, select a cell, ... lots of them. Some are at the workbook level, some are at the worksheet level (and some can be at the application level). Developers can tie into these events and have excel do stuff that looks like magic. If you rightclick on the worksheet tab that's having the trouble and select view code, you may find something in that window that's causing your trouble. If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm If you want to read more about these kinds of events: Chip Pearson's site: http://www.cpearson.com/excel/events.htm David McRitchie's site: http://www.mvps.org/dmcritchie/excel/event.htm And you can read about application events on Chip's site: http://www.cpearson.com/excel/AppEvent.htm Stumped wrote: Hi Dave Never heard of a 'worksheet_selectionchange event firing'. Can you explain further please? "Dave Peterson" wrote: I've never seen this. Any chance that you have a worksheet_selectionchange event firing? If no, you may want to share the version of excel you're running. Maybe someone can test. Stumped wrote: Hi Guys, I want to tab thru my protected sheet and have carried out all the necessary locking and unlocking of cells etc. However, when tabbing between certain cells, the tab function appears to malfunction as it flicks between one cell and another a few times before moving on to the rest of the cells. Any ideas? The cells in question are merged. Don't know if this helps -- Dave Peterson -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER | New Users to Excel | |||
Cells in Excel will not stop highlighting | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
EXCEL, VSTO: Fastest way to access multiple cells | Excel Discussion (Misc queries) | |||
How can I have excel search and add multiple cells to find a targe | Excel Discussion (Misc queries) |