deanl33069
Board Regular
- Joined
- May 2, 2019
- Messages
- 120
I have a workbook with 4 sheets and a form.
when i launch my workbook I have the form in front with 3 buttons to open the different sheets.
Ont the sheets I have a button to bring you back to the form..looks like this.
Sub openform()
JFSmainsheet.Show False
End Sub
I would like to have the worksheets be minimized or hidden when this macro is run.
hope this make ssense.
tyvm
Dean
when i launch my workbook I have the form in front with 3 buttons to open the different sheets.
Ont the sheets I have a button to bring you back to the form..looks like this.
Sub openform()
JFSmainsheet.Show False
End Sub
I would like to have the worksheets be minimized or hidden when this macro is run.
hope this make ssense.
tyvm
Dean