title | keywords | f1_keywords | ms.service | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|---|
Application.EditClearHyperlink method (Project) |
vbapj.chm1316 |
|
project-server |
|
386e9e73-5c65-0baf-2125-4dbb50675eb1 |
06/08/2017 |
medium |
Clears the Hyperlink, Hyperlink Address, Hyperlink SubAddress, and HyperlinkHREF fields of the selected assignment, resource, or task.
expression. EditClearHyperlink
expression A variable that represents an Application object.
Boolean
The following example first creates a hyperlink in the Gantt Chart view and then clears it.
Sub EditClear_Hyperlink()
'Activate Gantt Chart view
ViewApply Name:="&Gantt Chart"
SelectRow Row:=2, RowRelative:=False
InsertHyperlink Name:="https://MSDN", Address:="https://msdn.microsoft.com/", SubAddress:="", ScreenTip:=""
EditClearHyperlink
End Sub
[!includeSupport and feedback]