Skip to content

Instantly share code, notes, and snippets.

View Tintazul's full-sized avatar

Júlio Reis Tintazul

View GitHub Profile
@dajare
dajare / StraightQuotes2CurlyQuotes.bas
Last active September 3, 2016 15:23
LibreOffice Macro - straight quotes to curly
sub StraightQuotes2CurlyQuotes
' Thanks to Tintazul for refinements
' https://gist.github.com/Tintazul/deb5e137cabf86ddf4c2
' Now updated to work with LibreOffice Writer Version: 5.0.x
rem ----------------------------------------------------------------------
rem define variables
dim document as object
dim dispatcher as object
dim undo as object