News

How to round down in VBA? To round down in VBA, you can use the Int function as follows: numberRounded = Int(number) The Int function rounds a number to an integer. This is useful when you need to ...
A Microsoft programming language VBA (Visual Basic for Applications) is extremely useful to create custom tables and reports, perform calculations and create functions in Excel. However, in order to ...
Build a custom Excel function library in minutes! Learn how to use VBA, create a personal macro workbook, and design a custom ribbon tab.
How to Use .NET Class Library in Excel VBA. Your business's software developers can work with Microsoft's .NET framework to create powerful Excel macros for your spreadsheets.
When a VBA solution falls short of your needs, there's probably a Windows API function that can handle the job. Susan Harkins lists 10 handy APIs and explains how you can put them to work.
Learn how to use the TEXTJOIN function in Excel. The TEXTJOIN function can be used to combine data from a range of cells using one or more delimiters.