M
massi
hi, i would like to create a macro that whne a MSWord file is open
automatically opens an Excel file .
i have tried the following but it doesn't work. any idea? thanks in advance
Sub Open_Internet_File()
'Open the file
Workbooks.Open FileName:="N:\graphs.xls"
End Sub
automatically opens an Excel file .
i have tried the following but it doesn't work. any idea? thanks in advance
Sub Open_Internet_File()
'Open the file
Workbooks.Open FileName:="N:\graphs.xls"
End Sub