Thanks for pointing me in right direction event21.
I wrote this:
Private Sub Workbook_Open()
If ThisWorkbook.Path = "S:\Test" Then
Else
MsgBox ("Please use original workbook, copies saved to another location will not work.")
ThisWorkbook.Close savechanges:=False
End If
End Sub
The user will still be able to see the cover page whilst macros are turned off, but as soon as they activate macros whilst the workbook is in the wrong location, it shows the error message and closes the workbook.
Thanks for your help.
Paul
Bookmarks