Excel infographics for XLOOKUP Part 1

Purpose of this Excel Infographics for XLOOKUP Infographics (information + graphics) use visuals and text to highlight key information and ideas. The overall goal of infographic creation is to convey complex information in a simplified and in a compact manner. Using this teaching format, we can learn Excel formula like XLOOKUP quickly. What is XLOOKUP Use the XLOOKUP function […]

Excel Infographics for VLOOKUP

This is an infographic on the Excel function VLOOKUP. VLOOKUP is a super useful function when you need to find things in a table or a range by row.

Great Art Pixelated with Excel VBA

pixilated art excel vba

You can create beautiful pixelated artworks with this Excel VBA application! There are creative ways to use it. Create unique avatars for Zoom meetings or WhatsApp!

How to use Windows API in VBA (2021 edit)

The Windows Application Programming Interface (Windows API) is a set of functions from the Microsoft Windows operating system that are available to Windows programmers.

Fastest Search Excel VBA Codes

fastest search excel vba

In this article I set myself a challenge to write the fastest VBA codes to locate a cell in a range of 5 column by 1048576 rows (5.2 millon cells) in a worksheet. They are written to be reusable in your own Excel VBA projects.