News

Excel VBA Modules This is an evolving repo of custom Excel VBA that I've put together and found useful in many circumstances, so i figured I'd share.
Unfortunately, Excel doesn't support bold text in formula, but you can use VBA or conditional formatting for that. Here's what to do.
Useful Excel Formulas & VBA. Contribute to nickcalamaro/UsefulExcel development by creating an account on GitHub.
What is Macro? Macro is a handy tool for frequent Excel users that helps to save time and automatically configure some commands. Macro works with VBA (Visual Basic for Application) program codes, but ...
Learn how to identify formula cells the easy way using VBA, and then combine VBA and conditional formatting for more permanent identification.
Adding "Save" Button in Excel If you want to add a VBA save as button in Excel, you can do so using the "Developer" tab in the ribbon menu.