Hello,
I have an excel in which data is to be added using a form with in that excel.
I want to send this excel to my friends and ask them update the details but don't want them to be able to see the excel sheet, they should only see the form loaded when they open the file I sent to them.
is that possible?
I have commands to hide the excel after opening it:
Application.Visible = False
EnterData.Show
but want to not use the code above and hide the excel as soon as it is opened.
Thanks!
Bookmarks