Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What I need to do is this:
After a user clicks on a cell, a macro fires changing the value of th cell. But the cell remains "selected." what I want to do is to no have that cell selected. Currently, I just have the macro selec another cell (via offset): e.g.: Target.offset(0,1).select I would rather just have no other cell selected, however....is thi possible? Just to have no cells "selected"? For example, if I was VB God I would love to have the code: Selection = Off thanks in advance for hel -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable cell focus | Excel Discussion (Misc queries) | |||
Focus on a cell based on date | Excel Worksheet Functions | |||
Active Cell/Focus | Excel Discussion (Misc queries) | |||
Cell Lost Focus | Excel Programming | |||
Highlight Cell on Focus | Excel Programming |