View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How to neutralize Active Cell?

You mean so ActiveCell is Nothing. Don't believe you can do that. If you
are trying to not have a cell visibly selected, then move the selection off
the visible portion of the page or lock all cells, set the enable selection
property to noselection and protect the sheet.

--
Regards,
Tom Ogilvy

"Jack" <replyto@newsgroup wrote in message
...
Hello,
I need programmatically to 'clear' ActiveCell status.
How can I do that?