0
0000_AAAA_0000
Sorry!
I think I did not ask properly!
I need to disable a Shape, keep it just to make nicer a worksheet
I would like:
'This does not work because MyShape is actually a Shape
ActiveSheet.OLEObjects("MyShape").Enabled = false
'This Does not work and is what I do pretend to
ActiveSheet.Shapes("MyShape").Enabled = Fals
I think I did not ask properly!
I need to disable a Shape, keep it just to make nicer a worksheet
I would like:
'This does not work because MyShape is actually a Shape
ActiveSheet.OLEObjects("MyShape").Enabled = false
'This Does not work and is what I do pretend to
ActiveSheet.Shapes("MyShape").Enabled = Fals