Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub Document_Open()
AddIns.Add FileName:="C:\Temp\Whatever\TestMe.dot", _
Install:=True
End Sub
Sub Document_Close()
AddIns("C:\Temp\Whatever\TestMe.dot").Delete
End Sub
my emphasis.how do I make my VBA code invisible to the end user?