News

Encountered the Class not registered VBA error? Try repairing Microsoft Office, and registering a critical DLL file, amongst two other methods here.
In an Excel workbook it is possible to insert a GIF, although the animation will only work when the image is inserted into a control. This can be done through Control Toolbox, Design mode and ...
Excel - VBA - Ribbon - Load dropdown from Excel's range How to very easily load an Excel range into the ribbon as a dropdown The code provided in this repository will show you, very easily, how to use ...
Today’s author, Chad Rothschiller, a Program Manager on the Excel team, is back with a follow up from his previous post on VBA and Excel performance. I want to start off this post by thanking everyone ...
The bare bones VBA code A simple list of sheet names is easy to generate using VBA thanks to the Worksheets collection. Listing A shows a simple For Each loop that cycles through this collection.
It occurs when a module used in the project is hidden or protected or if the code written in Microsoft Excel is not targeting your application’s architecture. For instance, the excel file you are ...
Encountering error 400 while running a macro in Excel? This guide will help you with multiple solutions to fix VBA error 400 in Excel.
The wrapper allows to execute OpenCL code on CPU and GPU devices from VBA. More detailed description with examples can be found in my CodeProject article. The wrapper has simple implementation and ...