A modal form or dialog box must be closed or hidden before you can continue working with the rest of the application.
On the other hand Modeless form or dialog box not necessarily needed to close for continue working with another application.
Simply
If you write down this code to show(Activate) Form1 Form1.Show vbModal
You can not access any other form untill you close(Unload or Terminate) the Form1.