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