Taking David's advice, I looking to use the TSI synchronizer to clear the
schedules.
When I use the definition of the schedule;
Dim RepSchedule(0 To 6, 0 To 95) As Boolean
Set sync = New Synchronizer
sync.DatabaseName = DBLOCATION
RepSchedule = sync.GetFullSchedule()
I get a compile error saying that I can't assign to an array.
Does anyone have an example using the TSI GetFullSchedule function?
Don