I have created a userform and designed a small application in VBA for Excel and saved the file as a macro enabled Excel sheet.
How can I display the application form on the first sheet? It should display the sheet when the file is opened, and I don't want to go to developer menu to see the userform.
Also, how can I hide the code from others? I have seen 'Protection' under the Tools menu, but it's blocking the full userform. I only want to hide the code, not the form.
Thanks.