There are 100 repositories under vba-excel topic.
This is a collection of all the code that can be found on my YouTube channel Sigma Coding.
Code Blocks relating to everything VBA
🤔 A REST backend built with plain VBA Microsoft Excel macros. Yes. Macros.
A series of Visual Basic Applications (VBA) methods I wrote, mostly for Excel, to increase the speed and accuracy in working with data, charts and databases.
Personal collection of vb.net, .net, vba and other books regarding vb programming
Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.
Call Julia from Microsoft Excel worksheets and from VBA
Thaddeus Vincenty's Direct and Inverse formulae for geodesic calculations in Excel (distance, azimuth, latitude, longitude).
Using Serial COM Ports in Visual Basic for Applications (VBA7)
User Defined Functions for multi-component thermodynamic calculations of the Predictive Peng-Robinson 1978 Equation of State. Clean VBA functions - no UI changes and no pop up messages. Errors are reported in cell comments. Import Math.bas, ModArraySupport.bas and ChemE_Functions.bas into PData.xlsx and save as xlsm or simply download PData.xlsm.
SQL Server to Microsoft Excel. VBA class for Excel to make easy to access records stored in SQL Server and output these data in an Excel sheet; keeping or not the link
Lightweight tool to export ranges within an Excel sheet to CSV
cTaskDialog (TaskDialogIndirect implementation) universally compatible with VB6/VBA7/twinBASIC x86/x64
A VBA macro that facilitates version control by automatically importing/exporting other VBA macros in Office documents.
Barcode Function Library Add-In for Excel
Financial Models using vba script and Python
Complex, Re-Usable, Performance-Optimised VBA Functions (2017 - 2019).
Just like me, you write Excel macros and you want a simple way to export your code as text files to your hard disk so that you can manage versions and load the code into e. g. GitHub? My vba_excel_export_code script is made for you. From now on it also manages the export of your ribbon.
This application converts any executable file to VBA source code that can be included as a '.bas' module in an EXCEL file. Once inserted into the EXCEL file, the VBA code can be used to completely restore the executable file to disk in the same directory as the EXCEL file.
This Repository Contains Solution to the Assignments of Excel Skills For Business - Macquarie-University on Coursera Taught by Nicky Bull, Dr Prashan S. M. Karunaratne, Professor Yvonne Breyer
A collection of code snippets, modules, and classes that I've written and collected over the years.
This project was initially developed with my classmate for a school course, but as we grew more enthusiastic about it, we decided to continue updating it. Its name "Evil Rose" was inspired by the Chinese homophones of "Tetris".
VBA dictionary alternative to the Scripting.Dictionary which is Mac compatible and implements a IScriptingDictionary interface.
Excel tools and VBA snippets for focused business tasks
This is a framework intended to help developers build applications in VBA that interact with OpenAI's large language models like GPT4, DALL-E and ChatGPT
Export & Import VBA code for use with Git (or any VCS)
Exercise files for Visual Basic Application (VBA) for Excel Training
VBA code for simple modification of PDF files (read in, combine, write out) with no external libraries