Thread: Format Cells
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JK JK is offline
external usenet poster
 
Posts: 78
Default Format Cells

It sounds like you simply need to lock the unused cells and protect the
sheet. This will allow the user to tab through the form and select only the
cells you want entered.

Jim Kobzeff
"jdy" wrote in message
...
I have an excel file that I use as an quote form. I would
like to be able to disable all cells that are not used in
the form so that when the user clicks on these cells, the
cells are not highlighted. Is there a way to do this?
Thanks for the help.