Skip to content

Instantly share code, notes, and snippets.

@4byte
4byte / openOfficeScriptForLinksExtraction
Created April 23, 2018 13:42
openOfficeScriptForLinksExtraction
REM ***** BASIC *****
Option Explicit
Sub ShowAllHyperlinks()
Dim oDocument as object
Dim oSheet as Object
Dim oCellCursor as object
Dim intLastRow as integer
Dim intLastCol as integer
# see https://www.topbug.net/blog/2013/04/14/install-and-use-gnu-command-line-tools-in-mac-os-x/
# core
brew install coreutils
# key commands
brew install binutils
brew install diffutils
brew install ed
brew install findutils