John Sadler
New Member
- Joined
- May 1, 2012
- Messages
- 48
Hi folks tried this:
Workbooks.Open Filename:="\\FS01\1300Shared\Marketing Folder\scorecard.xls"
Error: Sorry we couldn't find \\FS01\1300Shared\Marketing Folder\scorecard.xls. It is possible it was moved, renamed or deleted.
Also doesn't work using the Drive letter
Workbooks.Open Filename:="Z:\Marketing Folder\scorecard.xls"
I have other VBA where similar line (see below) is working so I'm baffled
Workbooks.Open Filename:="W:\NPS\Reports\NPS Monthly Snapshots Current FY.xlsm" <<<< This works
Also interesting (for me at least) is that I tried using the Macro Recorder when opening the file and all I got was:
Sub Macro3()
'
' Macro3 Macro
'
End Sub
Hope someone can help me.
Workbooks.Open Filename:="\\FS01\1300Shared\Marketing Folder\scorecard.xls"
Error: Sorry we couldn't find \\FS01\1300Shared\Marketing Folder\scorecard.xls. It is possible it was moved, renamed or deleted.
Also doesn't work using the Drive letter
Workbooks.Open Filename:="Z:\Marketing Folder\scorecard.xls"
I have other VBA where similar line (see below) is working so I'm baffled
Workbooks.Open Filename:="W:\NPS\Reports\NPS Monthly Snapshots Current FY.xlsm" <<<< This works
Also interesting (for me at least) is that I tried using the Macro Recorder when opening the file and all I got was:
Sub Macro3()
'
' Macro3 Macro
'
End Sub
Hope someone can help me.