I am busy trying to work out the commad to exit, if an exit button is pressed.......rather than using the close button on the top right, is this possible??? If so how???
Printable View
I am busy trying to work out the commad to exit, if an exit button is pressed.......rather than using the close button on the top right, is this possible??? If so how???
errr, i know this works with forms in VB
Put this in the button code that you have:
dont know if it will work for you.Code:Sub button_click
Unload Me
End Sub
Hi,
pretty sure youll ahve to do this in VBA
ta
kai :wave: