How to create a To-Do list in Excel

How to create a To-Do list in Excel

In this guide, we’re going to show you how to create a To-Do list in Excel with the help of checkbox controls and conditional formatting. Download Workbook Preparation before creating a To-Do list Start by creating a 3-column range for the to-do list. These columns...
How to insert a checkbox in Excel

How to insert a checkbox in Excel

Checkbox type of input controls are commonly used for answering Yes/No questions, True/False questions, or just checking items off a list. In this guide, we’re going to show you how to insert a checkbox in Excel. Download Workbook Developer Tab and Checkbox command...

How to save Excel charts as image

Excel is one of the most common platforms for creating charts. In this guide, we’re going to show you how to save Excel charts as an image. Download Workbook We will introduce you to three different methods of saving charts. Let’s start. Save as Picture The...
How to add watermark in Excel

How to add watermark in Excel

How to add watermark in Excel Image or video watermarks are commonly used for copyright protection or marketing. Although Excel has watermark support, it’s not very easily accessible. In this guide, we’re going to show you how to add watermark in Excel and also...
How to get filename from path in Excel

How to get filename from path in Excel

In this guide, we’re going to show you how to get filename from path in Excel. We will cover how to do this with and without VBA. Download Workbook File path and file name A file path is a string identifier that specifies the unique location in a file system. It...
How to display File Open dialog in VBA

How to display File Open dialog in VBA

Excel VBA allows you to open a workbook directly - all you need is the full path of the file, including the file name. However, locating and supplying the file path each time may can be tedious when working with multiple files. In this guide, we’re going to show you...
How to insert specific number of rows in Excel

How to insert specific number of rows in Excel

Inserting new rows is the easiest way to add new fields into your worksheet area. Since Excel inserts rows by copying the formatting of the previous row, it is usually more practical than moving bottom cells to open up space for new data. Thanks to VBA, we can insert...