BigDelGooner
Board Regular
- Joined
- Aug 17, 2009
- Messages
- 197
I am using the code below to open a workbook...
Sub OpenGPK()
Workbooks.Open Filename:="\\lon0306\dfs\data\dta\sim_spf\charities team\applications\Gourmet Performance Kitchen.xls"
End Sub
However whilst opening this workbook I would also like to update links to from workbook without opening it, is that possible?
Sub OpenGPK()
Workbooks.Open Filename:="\\lon0306\dfs\data\dta\sim_spf\charities team\applications\Gourmet Performance Kitchen.xls"
End Sub
However whilst opening this workbook I would also like to update links to from workbook without opening it, is that possible?