Chance1234
IS-IT--Management
I know not strictly VBA but how do i set the default page on a custom form :?
Chance,
Filmmaker, gentleman and ROMAN!
Chance,
Filmmaker, gentleman and ROMAN!
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.
Function Item_Open()
Set objInsp = Item.Getinspector
objInsp.SetCurrentFormPage "Message"
' or hide / show pages with:
objInsp.HideFormPage "Name of page to Hide"
objInsp.ShowFormPage "Name of page to Show"
End Function