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