View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Controlling Tab order

Hi
maybe the following helps you:
http://www.xldynamic.com/source/xld.xlFAQ0008.html

--
Regards
Frank Kabel
Frankfurt, Germany


jpendegraft wrote:
I am working with a spreadsheet that contains merged and protected
cells. This has caused the normal "top to botom" tabbing to skip

rows
that contain a protected cell.

Imagine Row 2 Cells C, D and E are merged. Row 3 Cell E (E3) is
protected. I would like the user to tab from Cell C2:E2 (remember it
is merged) to C3..instead it skips to Row 4.

How can I "correct" this?