Then, do this:
Open the workbook.
Right click on the little workbook icon next to the "File" menu and choose "View Code"
Select, from the first dropdown, "Workbook" and from the second one "Open".
Between these two lines
Private Sub Workbook_Open()
End Sub
You can put the macro you want to execute.