View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default Programmatically make cell pointer invisible

XP,

I don't believe that can be done.
However you can move it off screen or hide it behind a shape or control.

Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"XP"
wrote in message

I am using Office 2003 on Windows XP.
I would like to know if there is a way to make the cell pointer vanish
programmatically. Normally, you see it with a thick border around the cell
that is selected. Is there a way to make it invisible temporarily until it is
moved again using VBA or VB Script?
If so, could someone please post exampe code? Thanks much in advance.