The information in this article applies to:
SYMPTOMS
When you attempt to change the value of an object's property (for example,
a field such as Task Name) in a Visual Basic for Applications macro, and if
the property is the destination of a paste link, you may receive a general
protection (GP) fault.
If you choose the No button in this dialog box, you receive a GP fault. WORKAROUND
To work around this problem, use the SetTaskField method to change the
contents of a field that is the destination of a paste link.
To avoid this error, include the "On Error Resume Next" statement in the macro. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post more information here in the Microsoft Knowledge Base as it becomes available. REFERENCESFor more information about the SetTaskField method, choose the Search button in Visual Basic Reference Help, and type: SetTaskField MORE INFORMATIONAdditional query words: error hang crash external remote gpf
Keywords : kbcode kbprg |
Last Reviewed: October 15, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |