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 Ref_Remove()
Application.References.Remove Application.References("Tek-Tips")
End Sub
Sub Ref_Add()
Application.References.AddFromFile "C:\Docs\Tek-Tips.mdb"
End Sub
Sub Run_Sub()
'Note that this will not compile
Call CloseAll
End Sub