HOW TO: Create a Tool Window in the VBIDE with twinBASIC
Move over Rubberduck VBA and MZ-Tools. The next great VBE addin is going to be built with twinBASIC. Here are step-by-step instructions to get you started.
GetLatestOledbProvider(): Use VBA to get the Latest SQL Server OLE DB Provider
This simple VBA function will check the user's registry and return the latest OLE DB provider from a list of supported providers that you can customize.
Strategies on Converting Excel VBA Macro to Web Application - Mindfield Consulting Corp
Tired of your Excel macro grinding to a halt or not knowing who has the latest spreadsheet file? Learn by converting excel VBA macros to web application.
MZ-Tools - Productivity Tools for Visual Studio .NET (C#, VB.NET), Visual Basic and VBA
MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.
Excel VBA Tutorial with Real-time VBA Examples | Simplilearn
Excel VBA || Learn what is VBA and lots more. Also get access to the excel VBA programming Code for how to create a message box, input box, etc. Read on.
ALWAYS Use Option Explicit, Work with Arrays, Not With Ranges, Switch off properties during macro execution, Use VB constants when available, Avoid using SELECT or ACTIVATE, Always define and set references to all Workbooks and Sheets, Use descriptive variable naming, Document Your Work, Error Handling, Never Assume The Worksheet, Avoid using ActiveCell or ActiveSheet in Excel, WorksheetFunction object executes faster than a UDF equivalent, Avoid re-purposing the names of Properties or Methods as your variables