Use the IsEmpty VBA function to check if a cell is blank. When used on a range, the IsEmpty VBA function behaves like the Excel ISBLANK function.
The IsNumeric VBA function checks if a cell is a number and returns True or False. The IsNumeric VBA function is a counterpart to the Excel ISNUMBER function.
We've combined each of our comprehensive wellsrPRO VBA training reference guides into a single bundle with over 200 tips and macros covering the 125 most important topics in VBA.
This tutorial shows you how to use VBA to delete a sheet if it exists and how to delete a sheet without the warning prompt using Excel VBA.
This tutorial will show you how to quickly add hyperlinks to the references in your Word document using a VBA macro.
Use the VBA UBound function to loop through all the elements in an array. The VBA UBound function returns the size of an array dimension.
We just added a 6th cheat sheet to our training bundle. With our new guide on VBA UserForms, our bundle now has over 200 tips like how to automate data extraction from text files, how to remove duplicates from an array, and how to dynamically populate a listbox.
This guide will teach you everything you want to know about using the Excel Form Control ListBox with VBA, including adding an item and selecting an item.
This tutorial shows you how the offset VBA property is used to navigate Excel. In VBA, offset allows you to access cells relative to your target cell.
This Excel VBA Function will compare two cells and return whether or not the cells are identical. Use it to compare data from two different sources.
This simple and powerful Excel linear interpolation user defined function was developed using VBA and does not require your data tables be sorted.
Give your spreadsheet the grand entrance it deserves by designing and launching an awesome animated splash screen when your workbook is opened.
subscribe via RSS