Found 2043 Articles for Microsoft Technologies

How to Autocomplete a Textbox When Typing in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:52:13

515 Views

We can use auto-complete in Excel to tie the elements in the text box to those that are already present in the list. As this process can’t be completed by default, we need to make some changes to the workbook in order to make the autocomplete possible. Read this tutorial to learn how you can autocomplete a textbox when typing in Excel. Autocomplete a Textbox When Typing Here we will assign a macro to the textbox. Let us see a simple process to understand how we can autocomplete a text box when typing in Excel. We need to ... Read More

How to Autofill Alpha Characters in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:43:39

5K+ Views

Alpha characters include alphabets from "a" to "z" in both small and capital styles. When we try to enter alphabets in Excel, we need to enter each and every letter in the column because we cannot use the autofill handle to do it. When we enter numbers, we can directly fill them using the autofill handle. If we make some changes to the Excel sheet, we can autofill alphanumeric characters in the sheet by using the autofill handle. This tutorial will help you understand how you can autofill alphanumeric characters in Excel. Autofill Alpha Characters in Excel Here ... Read More

How to Auto-Email with CC or BCC Field by Mailto Function in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:41:02

523 Views

Have you ever tried sending an email to the emails in the Excel list? When we want to send a mail to the email address present in the list in Excel, there is no need to open the mail application and enter the email address of each recipient. We can automate it in Excel. Read this tutorial to learn how you can email with a CC or BCC field using the mailto function in Excel. We can create multiple words for multiple recipients. We can keep the email addresses of the recipients secure by using this method. So ... Read More

How to Auto-Display a Default Value while Deleting a Value in a Drop-Down List in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:38:44

1K+ Views

While using the drop-down list in Excel, when we delete data selected from the list, we can see that the top of the list will be left empty. Sometimes this may create a problem, but we can solve this problem by displaying any word instead of an empty cell. Read this tutorial to understand how you can auto-display a default value while deleting values in drop-down lists in Excel. Auto-Display a Default Value while Deleting a Value in a Drop-Down List Here we will insert VBA code into the sheet to complete our task. Let us ... Read More

How to Autocomplete When Typing in an Excel Dropdown List?

Pradeep Kumar
Updated on 03-Jan-2023 15:35:31

7K+ Views

When working with a drop-down list that contains many items, it will be difficult to choose just one. This problem can be solved using autocomplete. Read this tutorial to understand how you can autocomplete when typing in an Excel drop-down list. Autocomplete can be used to save a lot of time when we are working with repeated values. Autocomplete When Typing in an Excel Dropdown List Let us see a simple process to understand how we can autocomplete when typing in an Excel drop-down list. Step 1 Consider an Excel spreadsheet with a drop-down list. To create ... Read More

How to Auto-Centre a Checkbox in a Cell in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:28:39

2K+ Views

If you've ever tried to insert multiple checkboxes in Excel, you may have encountered difficulty arranging them in a logical order. It will be an irritating process to arrange the checkboxes in Excel, as they are placed very randomly. But using the VBA code, we can auto-centre the checkboxes easily. This tutorial will help you understand how you can auto-centre checkboxes in cells in Excel. Auto-Centre Checkbox in a Cell in Excel Here, we will first insert a VBA module and then run it to complete our task. Let us see a simple process to understand how we ... Read More

How to Auto Copy and Paste Cell in the Current Sheet or From One Sheet to Another in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:24:48

9K+ Views

Sometimes we want to use the same data that is already present in the Excel sheet. Instead of tying data again, we can copy it to other locations. When dealing with large amounts of data, or even small amounts of data, this could save us a lot of time. The copying can be done within the sheet or between the sheets that are present in the same workbook. Read this tutorial to learn how you can autocopy and paste cells in the current sheet or from one sheet to another sheet in Excel. AutoCopy and Paste Cell ... Read More

How to Auto Change the Shape and Size Based on a Specified Cell Value in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:23:11

2K+ Views

When we want to change the size of a specific shape in Excel based on the value present in any cell, we can use VB code to do it. Read this tutorial to learn how you can automatically change the shape and size based on a specified cell value in Excel. Here we will have two parts: the first is to change only one shape, and the other is to change multiple shapes at once. Auto Change the Shape and Size Based on a Specified Cell Value for a Single Shape Here we will add the VBA code ... Read More

How to Auto Add/Enter Current Date/Time in a Cell with Double Clicking in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:20:21

1K+ Views

When we want to add the current date or time in Excel multiple times, it can be a time-consuming process, so we can make it very simple by adding a short cut to finish the process. Read this tutorial to learn how you can use doubleclicking in Excel to automatically add or enter the current date or time in a cell.  Auto Add/Enter Current Date in a Cell with DoubleClicking in Excel We'll add some VBA code to the sheet here, and the date will be displayed every time we double-click in a cell. Let us see a ... Read More

How to Auto Add Date and Time to Comment in Excel?

Pradeep Kumar
Updated on 03-Jan-2023 15:16:56

639 Views

When we added the comments to the cells in Excel, you may have noticed that the comment will only contain the name of the user, but we can also customise the comment to add the date and time to the spreadsheet. We can use the process mentioned below to automatically add date and time to comments in Excel. Read this tutorial to understand how you can automatically add date and time to comments in Excel by following a simple process. Auto Add Date and Time to Comment in Excel Here we will first insert a comment ... Read More

Advertisements