Excel

Create a Pop-up Calendar on your Excel Sheet https://youtu.be/92eT2WDRuW0 Create a Pop-up Calendar on your Excel Sheet ****Note*** rename userform1 to MyCalendar Select dates from a calendar. Enter dates from a calendar into active cell. Here is a...
Combine Multiple Workbooks In Excel using Power Query (Part 1 of 3) Power Query (aka Get & Transform) can be of great help when you want to combine multiple workbooks into one single workbook. For example, suppose you have the sales data...
How to lock columns after values are entered. VBA code included. How to lock columns after values are entered. lock cell to not allow editing after entry in a column. Using VBA to lock cells within a column. Lock the entire...
How to Add and Hyperlink new sheets with VBA in Excel How to Add and Hyperlink new sheets with VBA in Excel. Add new sheet based on the cell selected. Hyperlink the new sheet to the original cell. For more help...
Extract Numbers from a String in Excel | Using Formula and VBA Want to extract the numeric part or the text part from a string in Excel? In this video, I will show you how to extract numbers from a text string...
How to Use Symbols in Drop Down List in Excel In this tutorial, learn how to use symbols in drop-down lists in Excel. You can use only symbols or a combination of symbols and text in the drop down. This...
Insert and resize a picture in Excel with VBA Insert and resize a picture in Excel with VBA. Insert pictures from another location on your computer. Select the picture by entering the name on the excel sheet. Resize the...
Sum Cells Based on Their Color in Excel (Formula & VBA) In this video, I will show you three different methods to add cells based on color. 00:00 Intro 00:25 SUM by Color Using SUBTOTAL Function 02:05 SUM by Color Using...
Create a ranking array with VBA in Excel Create a ranking array with VBA in Excel. Rank values or scores with VBA in Excel. Using an Array in VBA in Excel. I have included the code below. Code:...
Shuffle List of Names/Items in Excel (2 Easy Methods) In this video, I will show you two easy methods you can use to shuffle (randomize) a list of names or items in Excel. The first method uses the SORTBY...
More posts