Hi Everyone

Is there a way i can have a message box when using the the following Error handling code ?

 
On Error Go To Myend

Rows of code here

Myend:
The only message will be if the user does not have access to the workbooks the code is searching for in public folders. I would like it to show a message box "Sorry you do not have access to the P drive". I don't understand error handling and this is the easiest one i could find

Thanks Miff3436