I want to copy Excel sheet where a button is placed and I don't want to copy this button's subroutine. How to do it?

How do remove the button from the new worksheet?
I've tried like this:

Worksheets(1).CommandButton1.Delete but it doesn't work.

but this works

Worksheets(1).CommandButton1.Visisble=False

Why?

Please help.

Jacek