Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sub odstranHypertext()
- Dim hyp As Hyperlink
- For Each hyp In ActiveSheet.Hyperlinks
- hyp.Delete
- Next
- End Sub
- Sub odstranHypertextsTextom()
- Dim hyp As Hyperlink
- For Each hyp In ActiveSheet.Hyperlinks
- hyp.Range.Delete
- Next
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment