Ok below is my message box code:
VB Code:
  1. MsgBox("No file loaded!", vbExclamation + vbYesNo, "No file") = vbNo

What I wan is a message box with exclamation and and ok button that just continues the origram so what would the correct code be? Thanks for your help and I appreciate it very much