August 31st, 2004, 9:10 pm
I haven't this book but for your problem, you can used a code like that :Sub auto_open() dllInstalled = False Dim strFromPath, strToPath As String strFromPath = Application.ActiveWorkbook.Path & " & blabla.Current path" strToPath = Application.Path & " & blabla "_ FileCopy strFromPath, strToPath dllInstalled = True Exit SubEnd SubGood luck
Last edited by
battant on August 30th, 2004, 10:00 pm, edited 1 time in total.