Combine PDFs with VBA using this macro. The simplicity of this tutorial illustrates how easy it is to use Adobe Acrobat to merge PDF files in Word and Excel.
Return the position of an element in an array with this function from the VBA code library. This UDF is a great tool to have when working with arrays.
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.
Discover how easy it is to assign a range to an array using Excel VBA. You will also learn how to avoid common errors, like run-time error 13 type mismatch.
Make your macros stand out by creating this beautiful VBA Progress Bar to illustrate the progress. This tutorial walks you through how to make the UserForm.
Use this VBA function to convert a column number to a letter. This is useful if you need to build a range and you want to do so with the A1 notation.
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.
Delete blank rows in Excel with this VBA macro. There are dozens of way to delete blank rows in Excel. The macro in this tutorial is a fast way to do it.
Make a VBA UserForm with a transparent background with these macros. You can also make the background of your controls transparent by following this tutorial.
Round Up with VBA by using the Excel RoundUp function. By calling the Worksheet Function, your VBA macro will round numbers up just like in Excel.
Pass this VBA function a range of cells and a number that you want to find a number closest to and it will return the value in the range closest to your target.
Generate random numbers in VBA by using the Rnd function. Make the numbers even more random by adding the VBA Randomize statement.
subscribe via RSS