Install Git in VS Code

Muthu Annamalai Venkatachalam
Updated on 04-Jan-2023 10:10:36

7K+ Views

Introduction There's no doubt that Git is one of the most popular version control systems out there. Git always keeps track of your work, and if needed, you can revert to an old version if necessary. Using Git, several people can collaborate on a document simultaneously by merging their changes. Even if you write code you will only see yourself, Git can be valuable if you work alone or in a team. Computers run Git locally. With this, it will be possible for you to track and store the files you store on your computer. Revision history and files can ... Read More

Add an Image to Your README.md File in Git Repository

Muthu Annamalai Venkatachalam
Updated on 04-Jan-2023 09:48:54

2K+ Views

Introduction Git, an open-source distributed version control system, is capable of handling projects of any size, from tiny to very big. Among the most commonly used features of GitHub is version control. It is useful when you are working with more than one developer in a team. This article shows how to add images to a GitHub README.md file What is GitHub? The GitHub software development platform allows users to manage, track, and collaborate on software projects online. Using this service, developers can upload their own code files and collaborate on open-source projects with their colleagues. In addition to its ... Read More

Autocomplete a Textbox When Typing in Excel

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

733 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

Autofill Alpha Characters in Excel

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

8K+ 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

Auto Email with CC or BCC in Excel Using Mailto Function

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

755 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

Auto Display Default Value When Deleting in Excel Drop-Down List

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

Autocomplete in Excel Dropdown List

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

8K+ 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

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

Auto Copy and Paste Cells in Excel

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

13K+ 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

Auto Change Shape and Size Based on Cell Value in Excel

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

4K+ 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

Advertisements