by Ilker | Oct 30, 2019 | Excel Tips & Tricks
This is the second part of the how to solve quadratic equations in Excel guide. Here, we are going to be focusing on how to do this manual and VBA method, whereas the first part shows how to do this using the Goal Seek feature. In this guide, we are going to show you...
by Ilker | Feb 13, 2019 | Excel Macros, Excel Tips & Tricks
Excel doesn't always update the range of cells you've used in worksheets when you modify them. This can result in a larger file size and have performance impacts, even after you clear cell contents. The easiest way to fix this is by deleting the blank rows and columns...
by Ilker | Dec 25, 2018 | Excel Tips & Tricks
You might want to hide the named ranges in your workbook to prevent your users to tamper with your calculations. In this article, we're going to show you how to hide named ranges in Excel using VBA. How to hide named ranges using VBA Named ranges are objects in a...
by Ilker | Dec 25, 2018 | Excel Tips & Tricks
Hidden named ranges can be tricky to find and work with. This article will guide you through how you can show named ranges that were hidden using VBA.How to show named ranges that were hiddenNamed ranges are objects in a workbook’s Names collection and they have...
by Ilker | Dec 5, 2018 | Excel Macros, Resources
Getting rid of specific cells could prove challenging if you were to do it manually. In this article, we’re going to show you how to make Excel delete rows with value of your choosing, using VBA. You can remove cells with certain strings or create an input cell...
by Ilker | Nov 26, 2018 | Excel Macros, Resources
Excel, just like other Office products, supports comments. Although comments are helpful to add tips or other details into your spreadsheets, deleting them may become time consuming while trying to find and select all of them. In this article, we’re going to...
by Ilker | Nov 20, 2018 | Excel Tips & Tricks, Resources
Excel, just like other Office products, supports AutoShapes. Although Excel shapes are nice to have for presentation purposes, getting rid of them may become time consuming if your workbook is cluttered with them. This article shows you how to delete Excel shapes...
by Ilker | Nov 15, 2018 | Excel Macros, Excel Tips & Tricks, Resources
Excel, just like other Office products, can detect URLs and email addresses, and turn them automatically into hyperlinks. While this can usually speed things up when creating workbooks, they can become nuisance when you don’t want them to be clickable links with...
by Ilker | Nov 13, 2018 | Excel Macros, Excel Tips & Tricks
Excel doesn’t automatically update any external links in your workbooks and this can become a hassle if it’s something happening frequently. In this article, we’re going to show you how to make Excel update links automatically using VBA. How to make...