Is there a way to minimize a workbook/sheet but able to keep the form opened up? I have tried the code:
application.visible=false
and
userform1.show vbmodeless
But this hides the all active workbooks and the tool bar ribbon thing disappears as well. Is there a way to minimize the workbook but keep the ribbon showing and form opened as well?