Summary:
This program starts Milestones Professional, opens an existing schedule file, prints it, and then closes it.
Example Code:
Public Sub Example2()
Set objMilestones = GetObject("c:\example.MLG", "Milestones")
With objMilestones
End With
End
End Sub
Notes:
In this example the .GetObject command causes Milestones to start and load an existing file. If the file does not exist, then the .GetObject command fails and Milestones does not start.
Visit our programmer's page for more examples
Milestones Professional 2019 Automation Methods and Properties. © Copyright 2018, KIDASA Software, Inc. All rights reserved.