├── Bulk Saving ├── Bulk Save Worksheets as CSV files.vba └── Bulk Save Worksheets as XLSX and Encrypt.vba ├── Conditional Formatting └── Index_Colour_Scaler.vba ├── Functions └── GetHyperlink.vba ├── Miscellaneous ├── Collate and output all possible combinations.vba ├── Create a dynamic index of worksheets.vba └── Swap two ranges in Excel.vba ├── README.md └── String Manipulation ├── Convert Text to Date.vba └── Create Comma Delimited Strings from Range.vba /Bulk Saving/Bulk Save Worksheets as CSV files.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/Bulk Saving/Bulk Save Worksheets as CSV files.vba -------------------------------------------------------------------------------- /Bulk Saving/Bulk Save Worksheets as XLSX and Encrypt.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/Bulk Saving/Bulk Save Worksheets as XLSX and Encrypt.vba -------------------------------------------------------------------------------- /Conditional Formatting/Index_Colour_Scaler.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/Conditional Formatting/Index_Colour_Scaler.vba -------------------------------------------------------------------------------- /Functions/GetHyperlink.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/Functions/GetHyperlink.vba -------------------------------------------------------------------------------- /Miscellaneous/Collate and output all possible combinations.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/Miscellaneous/Collate and output all possible combinations.vba -------------------------------------------------------------------------------- /Miscellaneous/Create a dynamic index of worksheets.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/Miscellaneous/Create a dynamic index of worksheets.vba -------------------------------------------------------------------------------- /Miscellaneous/Swap two ranges in Excel.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/Miscellaneous/Swap two ranges in Excel.vba -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/README.md -------------------------------------------------------------------------------- /String Manipulation/Convert Text to Date.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/String Manipulation/Convert Text to Date.vba -------------------------------------------------------------------------------- /String Manipulation/Create Comma Delimited Strings from Range.vba: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martinctc/Excel-VBA/HEAD/String Manipulation/Create Comma Delimited Strings from Range.vba --------------------------------------------------------------------------------