Thread
:
Getting the directions window back
View Single Post
#
2
(
permalink
)
04-01-2004
CSG
Junior Member
White Belt
Join Date: Mar 2004
Posts: 9
hi,
this code should do it
Dim objApp As MapPoint.Application
Set objApp = GetObject(, "MapPoint.Application")
' Switch the state
objApp.ItineraryVisible = Not objApp.ItineraryVisible
hope that helps
Randye
CSG
CSG
View Public Profile
Send a private message to CSG
Visit CSG's homepage!
Find all posts by CSG