by Ilker | Jul 26, 2021 | Excel Tips & Tricks
A slider is a control that allows selecting a numeric value from a certain range. In this guide, we’re going to show you how to insert a slider in Excel. Download Workbook Developer Tab and Scroll Bar command The command for adding option buttons can be found under...
by Ilker | Jul 26, 2021 | Excel Tips & Tricks
In this guide, we’re going to show you how to insert a button in Excel. Download Workbook Developer Tab and Button command The command for adding option buttons can be found under the Developer tab, which is not active in Excel by default. This tab contains macro...
by Ilker | Jul 15, 2021 | Excel Tips & Tricks
In this guide, we’re going to show you how to compress Excel files without using a third-party software. Remove unnecessary data Here are some tips for removing unnecessary data in your workbook. Diagnose your worksheets and get rid of any irrelevant data. Consider...
by Ilker | Jul 12, 2021 | Excel Tips & Tricks
You can’t send emails directly form Excel, but there are a few ways to trigger the default mail client on your computer. In this guide, we’re going to show you how to send email in Excel. Download Workbook Send email with attachment If you want to send the file...
by Ilker | Jul 9, 2021 | Excel Tips & Tricks
A toggle button allows selecting from two options: They are like on/off switches or Play/Pause buttons. In this guide, we’re going to show you how to insert a toggle in Excel. Download Workbook Excel supports toggle buttons as development tools.You can assign them...
by Ilker | Jul 8, 2021 | Excel Tips & Tricks
Goal Seek runs calculations repeatedly (iteratively) to find possible outcome values for your inputs. In this guide, we’re going to show you how to automate Goal Seek in Excel. Download Workbook Scenario Let's take a look at a basic example. There are two inputs...
by Ilker | Jul 8, 2021 | Excel Tips & Tricks
By default, images in Excel float on the worksheet. This means that you can move it freely, but you can’t fix the image within a specific cell. In this guide, we’re going to show you how to insert picture into cell in Excel. Download Workbook Before start...
by Ilker | Jul 7, 2021 | Excel Tips & Tricks
In this guide, we’re going to show you how to autofit rows using macros in Excel. Download Workbook Autofit Method You can use the AutoFit feature by calling the method with same name: AutoFit. The AutoFit method is defined under Range object which represents a cell,...
by Ilker | Jul 7, 2021 | Excel Tips & Tricks
In this guide, we’re going to show you how to autofit columns using macros in Excel. Download Workbook Autofit Method You can use the AutoFit feature by calling the method with same name: AutoFit. The AutoFit method is defined under the Range object, which represents...