I have 5 workbooks for my data. I have created a 6th workbook which only hold a blank worksheet and a user form. The user form has command buttons. One for opening each workbook.
When i open the workbook which has the user form and click one of the command buttons, the spreadsheet open but in the background. The user form is on the top so i cannot edit the worksheet.
Then i put the following commad with the click event
userform1.hide
It works, but now i cant open any other worksheet as the form is no longer there.
Help is needed OR a better idea to achieve the results.
Target is to view the workbooks as the users requires.
Thanks all in advance.
When i open the workbook which has the user form and click one of the command buttons, the spreadsheet open but in the background. The user form is on the top so i cannot edit the worksheet.
Then i put the following commad with the click event
userform1.hide
It works, but now i cant open any other worksheet as the form is no longer there.
Help is needed OR a better idea to achieve the results.
Target is to view the workbooks as the users requires.
Thanks all in advance.