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 i as Integer
i = UBound(mnuItem) + 1
Load mnuItem(i)
mnuItem(i).caption = "[i]NewMenuItemCaption[/i]"
Bigtimmin, Thanks a billion times. it works though with little modification. The second line should have read
i= mnuItem.UBound+1