I have opened an excel file in my VB project and I want to excecute an existing macro in my workbook.

Dim Classeur As Workbook

Set Classeur = Workbooks.Open("d:\file.xls")
Workbooks.Close

have you an idea?

Thanks