Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Stumped
 
Posts: n/a
Default Tabbing between cells in Excel

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   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Tabbing between cells in Excel

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   Report Post  
Posted to microsoft.public.excel.misc
Stumped
 
Posts: n/a
Default Tabbing between cells in Excel

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   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Tabbing between cells in Excel

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
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
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
Cells in Excel will not stop highlighting Boe Excel Discussion (Misc queries) 3 June 14th 05 03:53 PM
Excel Range Value issue (Excel 97 Vs Excel 2003) Keeno Excel Discussion (Misc queries) 2 June 13th 05 02:01 PM
EXCEL, VSTO: Fastest way to access multiple cells Alan Excel Discussion (Misc queries) 1 June 1st 05 02:45 PM
How can I have excel search and add multiple cells to find a targe Blakepro Excel Discussion (Misc queries) 1 April 1st 05 02:37 AM


All times are GMT +1. The time now is 08:09 AM.

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"