View Single Post
  #2   Report Post  
Gord Dibben
 
Posts: n/a
Default

Ronbo

AFAIK first item cannot be done, although you could lock all cells and not
allow locked cells to be selected(if using xl2002 or 2003).

Second item requires VBA

Application.CommandBars("Cell").Enabled = False


Gord Dibben Excel MVP

On Mon, 10 Jan 2005 10:09:02 -0800, "Ronbo"
wrote:

How does one remove the highlight of a cell when it is clicked on and remove
the right click dialog box?