Thread: Hiding cursor
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Alan
 
Posts: n/a
Default Hiding cursor

Try locking all cells, protecting the sheet and not allowing selection of
either locked or unlocked cells, you will need to incorporate in your code
unprotecting and reprotecting the sheet,
Regards,
Alan.
"don" wrote in message
...
I would like to have a sheet that only has command buttons on it.
I have hidden the lines and the references around the sides to columns
and rows but I don't know how to hide the cursor.
The rectangle box around the cell.

Any help on that.
Thanks in advance.

Don