View Single Post

  #2 (permalink)  
Old 04-01-2004
CSG CSG is offline
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
Reply With Quote