Sheets.Copy(Object, Object) Methode
Definition
Kopiert das Blatt an einen anderen Ort in der Arbeitsmappe.Copies the sheet to another location in the workbook.
public void Copy (object Before, object After);
Public Sub Copy (Optional Before As Object, Optional After As Object)
Parameter
- Before
- Object
Optionales Objekt.Optional Object. Das Blatt, vor dem das kopierte Blatt eingefügt wird.The sheet before which the copied sheet will be placed. Sie können nicht Before
angeben, ob Sie . After
You cannot specify Before
if you specify After
.
- After
- Object
Optionales Objekt.Optional Object. Das Blatt, nach dem das kopierte Blatt eingefügt wird.The sheet after which the copied sheet will be placed. Sie können nicht After
angeben, ob Sie . Before
You cannot specify After
if you specify Before
.
Hinweise
Wenn Sie keine oder keines angeben, erstellt Microsoft Excel eine Before
After
neue Arbeitsmappe, die das kopierte Blatt enthält.If you don't specify either Before
or After
, Microsoft Excel creates a new workbook that contains the copied sheet.