Re: Strange problem with Outlook XP and Exchange2000

2002-02-13 Thread Patricia Cardoza
Is this Windows XP as well? See if the following steps help: Try the following steps (note, these steps involve making changes to the registry...make sure you have a good backup of the registry before trying these steps.) Also, these steps say they are for Outlook Express, but should also work

Re: Slowing Outlook Vbscript macro

2002-02-13 Thread Patricia Cardoza
What about the timer event? See this example: Dim PauseTime, Start, Finish, TotalTime If (MsgBox("Press Yes to pause for 5 seconds", 4)) = vbYes Then PauseTime = 5' Set duration. Start = Timer' Set start time. Do While Timer < Start + PauseTime DoEvents' Yield to

Re: Outlook 2000 Reminder Problem

2002-01-10 Thread Patricia Cardoza
Did you try to start Outlook with the /cleanreminders switch? If not in the run window type outlook.exe /cleanreminders That will fix a corrupted reminder. Patricia Cardoza Outlook MVP List Charter and FAQ at: http://www.sunbelt-software.com/exchange_list_charter.htm