hi, everyone

when my workbook open then add a commandbutton to the last sheet of workbook with macro

like here

add button and add this line to call macro

Private Sub CommandButton1_Click()
Call Macro1
End Sub
thnx