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.
Dim ref As Reference
'add this reference for file
Application.VBE.ActiveVBProject.References.AddFromFile "C:\WINDOWS\system32\iasrad.dll"
'check to see if reference was added
For Each ref In Application.VBE.ActiveVBProject.References
Debug.Print ref.Name & " " & ref.FullPath
Next ref
Set a reference to Visual Basic for Applications Extinsibility.Well it did not like the Dim statement