Hi
Does anyone know if there is some sort of button code which can close all instances of your application?
I want to be able to close all forms and all instances of an application with the click of one button.
Sometimes, when I use the Me.Visible = False code , instances of my application are still running unseen. I want to be able to avoid this.
Regards