VBA Form Button Closing WorkSheet
Hi Bill.
Simply insert a button and write a macro containing the
following:
sub btnclck()
workbooks("abcd.xls").close
unload me
end sub
Best
Markus
-----Original Message-----
Aside from the red "X" in the upper right corner, my boss
wants a button on a
form that would close out of the worksheet (and the
macro) altogether.
.
|