├── ImportarCSV.bas ├── README.md ├── adodb.bas ├── alterararquivo.bas ├── clipboard.bas ├── convertpdf2text.bas ├── export_txt_filtered.bas ├── exportar_txt.bas ├── functions.bas ├── mergetextfile.bas ├── msgboxpassword.bas └── valorporextenso.bas /ImportarCSV.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/ImportarCSV.bas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/README.md -------------------------------------------------------------------------------- /adodb.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/adodb.bas -------------------------------------------------------------------------------- /alterararquivo.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/alterararquivo.bas -------------------------------------------------------------------------------- /clipboard.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/clipboard.bas -------------------------------------------------------------------------------- /convertpdf2text.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/convertpdf2text.bas -------------------------------------------------------------------------------- /export_txt_filtered.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/export_txt_filtered.bas -------------------------------------------------------------------------------- /exportar_txt.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/exportar_txt.bas -------------------------------------------------------------------------------- /functions.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/functions.bas -------------------------------------------------------------------------------- /mergetextfile.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/mergetextfile.bas -------------------------------------------------------------------------------- /msgboxpassword.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/msgboxpassword.bas -------------------------------------------------------------------------------- /valorporextenso.bas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wanderleihuttel/vba/HEAD/valorporextenso.bas --------------------------------------------------------------------------------