Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I changed the value of this property to xlnoselection but nothing happened. I
am wondering what this property does. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Did you also protect the sheet after?
From Help on "enableselection" This example sets worksheet one so that nothing on it can be selected. With Worksheets(1) .EnableSelection = xlNoSelection .Protect Contents:=True, UserInterfaceOnly:=True End With Gord Dibben MS Excel MVP On Mon, 23 Oct 2006 12:19:02 -0700, Dev wrote: I changed the value of this property to xlnoselection but nothing happened. I am wondering what this property does. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
EnableSelection takes effect only when the worksheet is protected. It
prevents you from selecting cells. -- Cordially, Chip Pearson Microsoft MVP - Excel www.cpearson.com (email address is on the web site) "Dev" wrote in message ... I changed the value of this property to xlnoselection but nothing happened. I am wondering what this property does. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Just to add,
with a worksheet selected, make the control toolbox toolbar visible. click on the properties button. (it is usually the second button on the top row). One of the properties is EnableSelection. It is the VBA equivalent manage the setting for this property. -- Regards, Tom Ogilvy "Dev" wrote: I changed the value of this property to xlnoselection but nothing happened. I am wondering what this property does. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
EnableSelection Protecting sheet question | Excel Discussion (Misc queries) | |||
".Protect userinterfaceonly:=True" & ".EnableSelection = xlUnlockedCells" not tabing | Excel Programming | |||
EnableSelection = xlUnlockedCells | Excel Programming | |||
Why does the EnableSelection-xlNoSelection stick thru the user interface? | Excel Programming | |||
.EnableSelection = xlUnlockedCells | Excel Programming |