C
cphenley
I would like to use the breaklink method in VB for all cells in al
sheets. The code listed in VB help is only for one cell. Can someon
help me modify the code for all cells in all open sheets?
Thanks
' Define variables as an Excel link type.
astrLinks = ActiveWorkbook.LinkSources(Type:=xlLinkTypeExcelLinks)
' Break the first link in the active workbook.
ActiveWorkbook.BreakLink _
Name:=astrLinks(1), _
Type:=xlLinkTypeExcelLink
sheets. The code listed in VB help is only for one cell. Can someon
help me modify the code for all cells in all open sheets?
Thanks
' Define variables as an Excel link type.
astrLinks = ActiveWorkbook.LinkSources(Type:=xlLinkTypeExcelLinks)
' Break the first link in the active workbook.
ActiveWorkbook.BreakLink _
Name:=astrLinks(1), _
Type:=xlLinkTypeExcelLink