View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
leungkong leungkong is offline
external usenet poster
 
Posts: 32
Default Don't move or size the button

Thanks, Stefan. :-)

"stefan onken" wrote:

On 19 Aug., 08:38, leungkong
wrote:
Can I set the button properities for "Don't move or size" when I create the
button using VB?

I try to use recorder to record the code, but it does not have.
Thanks.


hi, try

ActiveSheet.Shapes("CommandButton1").Placement = xlFreeFloating

stefan