Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
Public Function BreakaLink(wb As Workbook, fileName As String)
Dim vLinks As Variant
Dim linkCt As Long
vLinks = wb.LinkSources(xlLinkTypeExcelLinks)
For linkCt = LBound(vLinks) To UBound(vLinks)
If vLinks(linkCt) Like "*" & fileName Then
wb.BreakLink vLinks(linkCt), xlLinkTypeExcelLinks
Exit For
End If
Next
End Function
BreakaLink ActiveWorkbook, "Backload _ Interfield Lijst.xlsm"
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.