Hello all:
I am creating a VBA workbook with UserForm to allow users to input data. I do not want the workbook to be visible to the user and have used "application visible=false" code. Everything appears to be working just as I want, however, I do not want to add a button/code the userform to allow visibility of the workbook (this is the only option I was able to find). The idea is that as the developer, I would like to be the only one to have access to the updated workbook. Is there a way for me to do this without making the workbook invisible to me as well? In my test runs, I have had to disable macros to view updates to the workbook. Thanks in advance!
I am creating a VBA workbook with UserForm to allow users to input data. I do not want the workbook to be visible to the user and have used "application visible=false" code. Everything appears to be working just as I want, however, I do not want to add a button/code the userform to allow visibility of the workbook (this is the only option I was able to find). The idea is that as the developer, I would like to be the only one to have access to the updated workbook. Is there a way for me to do this without making the workbook invisible to me as well? In my test runs, I have had to disable macros to view updates to the workbook. Thanks in advance!