BreakLink Method (Workbook)
In This Topic
Converts formulas linked to other workbook to values.
Syntax
'Declaration
Public Sub BreakLink( _
ByVal As String _
)
'Usage
Dim instance As Workbook
Dim name As String
instance.BreakLink(name)
public void BreakLink(
string
)
Parameters
- name
- The name of the link.
See Also