>
excel 批量去除超链接 方法: 录制如下任何一个宏 执行就可以了: Sub RemoveHyperlinks() ‘Remove all hyperlinks from the active sheet ActiveSheet.Hyperlinks.Delete End Sub Sub ZapHyperlinks() Cells.Hyperlinks.Delete End Sub