Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I need programmatically to 'clear' ActiveCell status. How can I do that? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Yes, thats what I need. The best will be to set ActiveCell to Nothing.
If that is impossible I need another solution. The code I use to detect user's click on Excel cell is activated when the user CHANGES the active cell. In the initial situation, when user selects cell then activates my program, then clicks on THE SAME cell my code will not receive any event from Excel. How to move active cell to something else to force user to repeat his action? Thanks, Jack "Tom Ogilvy" wrote in message ... 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? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Jack,
I have had this problem, so what I did was to activate the adjacent cell in the select/change event. Thereafter, another click in the original generates a new select. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Jack" <replyto@newsgroup wrote in message ... Yes, thats what I need. The best will be to set ActiveCell to Nothing. If that is impossible I need another solution. The code I use to detect user's click on Excel cell is activated when the user CHANGES the active cell. In the initial situation, when user selects cell then activates my program, then clicks on THE SAME cell my code will not receive any event from Excel. How to move active cell to something else to force user to repeat his action? Thanks, Jack "Tom Ogilvy" wrote in message ... 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? |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks. That will work. :)
"Bob Phillips" wrote in message ... Jack, I have had this problem, so what I did was to activate the adjacent cell in the select/change event. Thereafter, another click in the original generates a new select. -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Jack" <replyto@newsgroup wrote in message ... Yes, thats what I need. The best will be to set ActiveCell to Nothing. If that is impossible I need another solution. The code I use to detect user's click on Excel cell is activated when the user CHANGES the active cell. In the initial situation, when user selects cell then activates my program, then clicks on THE SAME cell my code will not receive any event from Excel. How to move active cell to something else to force user to repeat his action? Thanks, Jack "Tom Ogilvy" wrote in message ... 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row select mode to highlight active row of active cell | Excel Discussion (Misc queries) | |||
set the background color of the current cell(active cell) | New Users to Excel | |||
referring to formula in a non active cell from active cell | Excel Discussion (Misc queries) | |||
value of the active cell | Excel Worksheet Functions | |||
HOW TO COPY 480 ACTIVE E-MAIL ADDRESSES CLM "G" ON AN ACTIVE EXCE. | Excel Discussion (Misc queries) |