View Single Post
 
Old 05-12-2010, 10:47 PM
ConneXionLost's Avatar
ConneXionLost ConneXionLost is offline Windows XP Office 2003
Simulacrum
 
Join Date: Jan 2010
Location: Victoria, Canada
Posts: 86
ConneXionLost is on a distinguished road
Default

Hi,

What you call the "Primary" cell, is usually referred to as the "Active" cell. As you've discovered, you can have a selected cell, or a range of selected cells. If you select a range or block of cells (with the Shift key), the active cell will remain as the active cell, and even allow you to type in it without losing your selected range. As an experiment, select a range of cells, then hold down the enter key. You should see the active cell cycle through the selected range. As long as the range is not moved, the active cell will maintain it's relative position in the range. However, the moment you "move" a range, the current/relative active cell position is lost, and it resets to the upper left corner of the range you are working with.

Some Excel events (typing) will only affect the active cell, others (formatting) will affect the selected range.

As far as I know, the behaviour and relationship between the active cell and the selected range is part of the inherent programming within Excel, and cannot be changed.

Cheers,
Reply With Quote