Thank you,I download the macrofun file and found the help for my question: ERROR(enable_logical, macro_ref) Enable_logical is a logical value or number that selects or clears error-checking. If enable_logical is FALSE or 0, all error-checking is cleared. If error-checking is cleared and an error is encountered while a macro is running, Microsoft Excel ignores it and continues. Error-checking is selected again by an ERROR(TRUE) statement, or when the macro stops running. WORKBOOK.INSERT(type_num) WORKBOOK.INSERT?(type_num) Type_num specifies the type of sheet to insert. Type_num Type of sheet 1 Worksheet 2 Chart 3 Excel 4 Macro Sheet 4 Excel 4 International Macro Sheet 5 (Reserved) 6 Microsoft Excel Visual Basic Module 7 Dialog quoted text Template If omitted, the type of the active sheet is used. If the current selection contains one sheet, then only one sheet is inserted. If the selection contains more than one sheet and the active sheet is a worksheet, then an equal number of sheets is inserted to the left of the selected group of sheets. Also ,I get another question: Could we use our user defined excel macro in the put [] command? that would be very interesting. I will try this later. Thanks Mike
... View more